Skip to content

Commit 9ffe7bd

Browse files
committed
fix: enable merge
1 parent e7231ba commit 9ffe7bd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/upgrade-aws.yml

Lines changed: 5 additions & 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' || github.ref == 'refs/heads/feat/aarch64'
15+
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/prod' || github.ref == 'refs/heads/feat/aarch64' # DO NOT MERGE
1616
timeout-minutes: 1
1717
outputs:
1818
role: ${{ steps.prepare.outputs.role }}
@@ -30,6 +30,10 @@ jobs:
3030
role=arn:aws:iam::983851922138:role/GHA,tippecanoe
3131
branch=prod
3232
;;
33+
refs/heads/feat/aarch64) # DO NOT MERGE
34+
role=arn:aws:iam::983851922138:role/GHA,tippecanoe
35+
branch=master
36+
;;
3337
*)
3438
echo "Unknown ref: ${{github.ref}}"
3539
exit 1

0 commit comments

Comments
 (0)