Skip to content

Commit e2c881b

Browse files
authored
Merge pull request #6 from bcgov/dev
chore: tiny release
2 parents f397b6a + e2d6a13 commit e2c881b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/terraform.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ on:
1818

1919
jobs:
2020
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'
2123
permissions:
2224
contents: read
2325
id-token: write

0 commit comments

Comments
 (0)