Skip to content

Commit ba4e412

Browse files
committed
Temp run on pull
1 parent 19d92ab commit ba4e412

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/workflows/teardown.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
schedule:
55
- cron: "0 4 * * *"
66
workflow_dispatch:
7+
pull_request:
8+
79

810
permissions:
911
id-token: write
@@ -16,13 +18,14 @@ env:
1618
ARM_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
1719

1820
jobs:
19-
# teardown-infrastructure:
20-
# runs-on: ubuntu-latest
21-
# steps:
22-
# - uses: actions/checkout@v4
23-
# - uses: ./.github/actions/setup-terraform
24-
# - name: Terraform apply
25-
# run: terraform apply -auto-approve
21+
teardown-infrastructure:
22+
runs-on: ubuntu-latest
23+
steps:
24+
- uses: actions/checkout@v4
25+
- uses: ./.github/actions/setup-terraform
26+
- name: Terraform apply
27+
# run: terraform apply -auto-approve
28+
run: terraform plan
2629
clean_storage_containers:
2730
runs-on: ubuntu-latest
2831
steps:

0 commit comments

Comments
 (0)