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 19d92ab commit ba4e412Copy full SHA for ba4e412
.github/workflows/teardown.yml
@@ -4,6 +4,8 @@ on:
4
schedule:
5
- cron: "0 4 * * *"
6
workflow_dispatch:
7
+ pull_request:
8
+
9
10
permissions:
11
id-token: write
@@ -16,13 +18,14 @@ env:
16
18
ARM_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
17
19
20
jobs:
- # teardown-infrastructure:
- # 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
+ teardown-infrastructure:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v4
+ - uses: ./.github/actions/setup-terraform
26
+ - name: Terraform apply
27
+ # run: terraform apply -auto-approve
28
+ run: terraform plan
29
clean_storage_containers:
30
runs-on: ubuntu-latest
31
steps:
0 commit comments