Skip to content

Commit 11e37a9

Browse files
committed
CCM-11942: Update workflows to use common dispatch workflow script
1 parent 4da81d4 commit 11e37a9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pr_closed.disabled

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
deploy-main:
3737
needs: check-merge-or-workflow-dispatch
3838
name: Deploy changes to main in dev AWS account
39+
runs-on: ubuntu-latest
3940
if: needs.check-merge-or-workflow-dispatch.outputs.deploy == 'true'
4041

4142
permissions:

.github/workflows/release_created.disabled

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ concurrency:
1313
jobs:
1414
deploy-main:
1515
name: Deploy changes to main in nonprod AWS Account
16+
runs-on: ubuntu-latest
1617

1718
permissions:
1819
id-token: write

0 commit comments

Comments
 (0)