We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9954803 commit e7231baCopy full SHA for e7231ba
.github/workflows/upgrade-aws.yml
@@ -12,7 +12,7 @@ jobs:
12
prepare-ecr:
13
name: Prepare ECR
14
runs-on: ubuntu-latest
15
- if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/prod'
+ if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/prod' || github.ref == 'refs/heads/feat/aarch64'
16
timeout-minutes: 1
17
outputs:
18
role: ${{ steps.prepare.outputs.role }}
0 commit comments