Skip to content

Commit

Permalink
chore: downgrade runner (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 authored Mar 15, 2024
1 parent 6112693 commit 86facf5
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 27 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dispatch_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,18 @@ jobs:
name: Lookup Version
if: ${{ inputs.version-type == 'current' }}
secrets: inherit
uses: WalletConnect/ci_workflows/.github/workflows/release-get_deployed_version.yml@0.2.4
uses: WalletConnect/ci_workflows/.github/workflows/release-get_deployed_version.yml@0.2.7
with:
task-name-stage: prod
task-name: ${{ vars.TASK_NAME }}
aws-region: ${{ vars.AWS_REGION }}
aws-role-arn: ${{vars.AWS_ROLE_PROD}}
run-group: ${{ vars.RUN_GROUP }}

select_version:
name: Select Version
needs: [ get_deployed_version ]
if: ${{ always() && !cancelled() && !failure() }}
runs-on:
group: ${{ vars.RUN_GROUP }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
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,15 +25,15 @@ permissions:
jobs:
ci:
name: CI
uses: WalletConnect/ci_workflows/.github/workflows/ci.yml@0.2.4
uses: WalletConnect/ci_workflows/.github/workflows/ci.yml@0.2.7
secrets: inherit
with:
check-infra: false
check-app: true

release:
name: Release
uses: WalletConnect/ci_workflows/.github/workflows/release.yml@0.2.4
uses: WalletConnect/ci_workflows/.github/workflows/release.yml@0.2.7
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/ci.yml@0.2.4
uses: WalletConnect/ci_workflows/.github/workflows/ci.yml@0.2.7
secrets: inherit
with:
check-infra: ${{ inputs.check-infra }}
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/event_intake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
add-to-project:
name: Add issue to board
if: github.event_name == 'issues' && github.event.action == 'labeled' && github.event.label.name == 'accepted'
runs-on:
group: ${{ vars.RUN_GROUP }}
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
Expand All @@ -24,8 +23,7 @@ jobs:
auto-promote:
name: auto-promote
if: github.event.action == 'opened'
runs-on:
group: ${{ vars.RUN_GROUP }}
runs-on: ubuntu-latest
steps:
- name: Check Core Team membership
uses: tspascoal/get-user-teams-membership@v3
Expand Down
11 changes: 4 additions & 7 deletions .github/workflows/event_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ permissions:
jobs:
check_pr:
name: Check PR
runs-on:
group: ${{ vars.RUN_GROUP }}
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
Expand All @@ -35,8 +34,7 @@ jobs:

paths-filter:
name: Paths Filter
runs-on:
group: ${{ vars.RUN_GROUP }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: WalletConnect/actions/github/paths-filter/@2.4.0
Expand All @@ -48,7 +46,7 @@ jobs:
ci:
name: CI
needs: [ paths-filter ]
uses: WalletConnect/ci_workflows/.github/workflows/ci.yml@0.2.4
uses: WalletConnect/ci_workflows/.github/workflows/ci.yml@0.2.7
secrets: inherit
with:
check-app: ${{ needs.paths-filter.outputs.app == 'true' }}
Expand All @@ -58,7 +56,6 @@ jobs:
name: Merge Check
needs: [ check_pr, ci ]
if: ${{ always() && !cancelled() && !failure() }}
runs-on:
group: ${{ vars.RUN_GROUP }}
runs-on: ubuntu-latest
steps:
- run: echo "CI is successful"
5 changes: 2 additions & 3 deletions .github/workflows/event_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ permissions:
jobs:
paths_filter:
name: Paths Filter
runs-on:
group: ${{ vars.RUN_GROUP }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: WalletConnect/actions/github/paths-filter/@2.4.0
Expand All @@ -45,7 +44,7 @@ jobs:
release:
name: Release
needs: [ paths_filter ]
uses: WalletConnect/ci_workflows/.github/workflows/release.yml@0.2.4
uses: WalletConnect/ci_workflows/.github/workflows/release.yml@0.2.7
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/cd.yml@0.2.4
uses: WalletConnect/ci_workflows/.github/workflows/cd.yml@0.2.7
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/cd.yml@0.2.4
uses: WalletConnect/ci_workflows/.github/workflows/cd.yml@0.2.7
with:
deploy-infra: ${{ inputs.deploy-infra }}
deploy-app: ${{ inputs.deploy-app && !inputs.deploy-infra }}
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/sub-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ permissions:
jobs:
health-check:
name: Health Check - ${{ inputs.stage }}
runs-on:
group: ${{ vars.RUN_GROUP }}
runs-on: ubuntu-latest
environment:
name: ${{ inputs.stage }}
url: ${{ inputs.stage-url }}
Expand All @@ -35,8 +34,7 @@ jobs:

integration-tests-ts:
name: TS Integration Tests - ${{ inputs.stage }}
runs-on:
group: ${{ vars.RUN_GROUP }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 86facf5

Please sign in to comment.