Skip to content

Commit ffff62d

Browse files
CCM-8044: Only Deploy on Merge Test
1 parent 10a8339 commit ffff62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
deploy-main:
2525
needs: check-merge
2626
if: needs.check-merge.outputs.merged == 'true'
27-
name: Deploy changes to main in dev AWS account
27+
name: Deploy changes to main in dev AWS account Blah
2828

2929
permissions:
3030
id-token: write

0 commit comments

Comments
 (0)