We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da81d4 commit 11e37a9Copy full SHA for 11e37a9
.github/workflows/pr_closed.disabled
@@ -36,6 +36,7 @@ jobs:
36
deploy-main:
37
needs: check-merge-or-workflow-dispatch
38
name: Deploy changes to main in dev AWS account
39
+ runs-on: ubuntu-latest
40
if: needs.check-merge-or-workflow-dispatch.outputs.deploy == 'true'
41
42
permissions:
.github/workflows/release_created.disabled
@@ -13,6 +13,7 @@ concurrency:
13
jobs:
14
15
name: Deploy changes to main in nonprod AWS Account
16
17
18
19
id-token: write
0 commit comments