Skip to content

Commit 7f0d01f

Browse files
CCM-8044: Only Deploy on Merge Test - Fix workflow dispatch test
1 parent cc160f9 commit 7f0d01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_closed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
deploy-main:
2626
needs: check-merge
2727
if: github.event_name == 'workflow_dispatch' || needs.check-merge.outputs.merged == 'true'
28-
name: Deploy changes to main in dev AWS account
28+
name: Deploy changes to main in dev AWS account blah
2929

3030
permissions:
3131
id-token: write

0 commit comments

Comments
 (0)