Skip to content

Commit

Permalink
chore(ci): Stop updating wizard and cli on main (v4) branch
Browse files Browse the repository at this point in the history
This CI jobs will be added back to main when v5 is merged.
  • Loading branch information
krystofwoldrich committed Jan 3, 2023
1 parent 8d17529 commit 88221f4
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,6 @@ jobs:
secrets:
api-token: ${{ secrets.CI_DEPLOY_KEY }}

wizard:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
with:
path: scripts/update-wizard.sh
name: Wizard
pr-strategy: update
secrets:
api-token: ${{ secrets.CI_DEPLOY_KEY }}

cli:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
with:
path: scripts/update-cli.sh
name: CLI
pr-strategy: update
secrets:
api-token: ${{ secrets.CI_DEPLOY_KEY }}

sample-rn:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
with:
Expand Down

0 comments on commit 88221f4

Please sign in to comment.