We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f397b6a + e2d6a13 commit e2c881bCopy full SHA for e2c881b
.github/workflows/terraform.yml
@@ -18,6 +18,8 @@ on:
18
19
jobs:
20
terraform:
21
+ # dev is used for Sandbox deployments, main is used for Production deployments
22
+ if: github.ref_name == 'dev' && github.event.inputs.environment == 'Sandbox' || github.ref_name == 'main' && github.event.inputs.environment == 'Production'
23
permissions:
24
contents: read
25
id-token: write
0 commit comments