Skip to content

Commit

Permalink
bulk upgrades: add skip input (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm authored Jan 23, 2024
1 parent 51023cb commit 74aa2e0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/bulk-dep-upgrades.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Upgrade dependencies
on:
workflow_dispatch:
inputs:
skip:
description: 'Dependencies to skip separated by whitespace'
required: false
type: string
schedule:
# Runs 12:00AM on the first of every month
- cron: '0 0 1 * *'
Expand All @@ -11,7 +16,6 @@ jobs:
secrets:
VAULT_ECO_GITHUB_TOKEN: ${{ secrets.VAULT_ECO_GITHUB_TOKEN }}
with:
# either hashicorp/vault-ecosystem-applications or hashicorp/vault-ecosystem-foundations
reviewer-team: hashicorp/vault-ecosystem-applications
repository: ${{ github.repository }}
run-id: ${{ github.run_id }}
skip: ${{ inputs.skip }}

0 comments on commit 74aa2e0

Please sign in to comment.