Skip to content

Commit e7231ba

Browse files
committed
fix: enable merge
1 parent 9954803 commit e7231ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upgrade-aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
prepare-ecr:
1313
name: Prepare ECR
1414
runs-on: ubuntu-latest
15-
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/prod'
15+
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/prod' || github.ref == 'refs/heads/feat/aarch64'
1616
timeout-minutes: 1
1717
outputs:
1818
role: ${{ steps.prepare.outputs.role }}

0 commit comments

Comments
 (0)