Skip to content

Commit

Permalink
feat(ci): bumping the shared ci_workflow version to 0.2.11 (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother authored Jun 25, 2024
1 parent 85fe272 commit 32de202
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
name: Lookup deployed version
if: ${{ inputs.version-type == 'current' }}
secrets: inherit
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].9
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].11
with:
task-name-stage: prod
task-name: ${{ vars.TASK_NAME }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dispatch_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ permissions:
jobs:
ci:
name: CI
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].10
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].11
secrets: inherit
with:
check-infra: false
Expand All @@ -34,7 +34,7 @@ jobs:

release:
name: Release
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].9
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].11
secrets: inherit
with:
infra-changed: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ permissions:
jobs:
ci:
name: CI
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].10
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].11
secrets: inherit
with:
check-infra: ${{ inputs.check-infra }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/event_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
ci:
name: CI
needs: [ paths-filter ]
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].10
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].11
secrets: inherit
with:
check-app: ${{ needs.paths-filter.outputs.app == 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/event_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
release:
name: Release
needs: [ paths_filter ]
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].9
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].11
secrets: inherit
with:
task-name: ${{ vars.TASK_NAME }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sub-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cd-staging:
name: Staging
secrets: inherit
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].9
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].11
with:
deploy-infra: ${{ inputs.deploy-infra }}
deploy-app: ${{ inputs.deploy-app && !inputs.deploy-infra }}
Expand All @@ -57,7 +57,7 @@ jobs:
needs: [ validate-staging ]
if: ${{ inputs.deploy-prod }}
secrets: inherit
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].9
uses: WalletConnect/ci_workflows/.github/workflows/[email protected].11
with:
deploy-infra: ${{ inputs.deploy-infra }}
deploy-app: ${{ inputs.deploy-app && !inputs.deploy-infra }}
Expand Down

0 comments on commit 32de202

Please sign in to comment.