Skip to content

Commit

Permalink
add in conditional check for dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen-Choh committed Aug 16, 2024
1 parent 9e21af4 commit a1323b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/teardown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: terraform destroy -auto-approve

teardown-dev:
if: github.repository != 'ssg-wsg/Sample-Codes'
runs-on: ubuntu-latest
name: Tear Down Infrastructure (dev)

Expand Down

0 comments on commit a1323b7

Please sign in to comment.