Skip to content

Commit 3baf42c

Browse files
committed
DNM: fail
1 parent 7807a1a commit 3baf42c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/terraform-github.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Terraform GitHub
22
'on':
33
push:
4-
branches: [main]
54
paths:
65
- '.github/workflows/terraform-github.yml'
76
- 'terraform/github/**'
@@ -20,6 +19,7 @@ jobs:
2019
run:
2120
working-directory: './terraform/github/'
2221
steps:
22+
- run: false
2323
- uses: actions/checkout@v4
2424
- uses: hashicorp/setup-terraform@v3
2525
with:
@@ -135,4 +135,4 @@ jobs:
135135
MESSAGE: "${{ github.workflow }}/${{ github.job }} GitHub Actions workflow failed :sob:"
136136
RESULTS_URL: "N/A"
137137
WORKFLOW_URL: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
138-
if: failure() && github.ref == 'refs/heads/main' && github.event_name == 'push'
138+
if: failure()

0 commit comments

Comments
 (0)