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 7807a1a commit 3baf42cCopy full SHA for 3baf42c
.github/workflows/terraform-github.yml
@@ -1,7 +1,6 @@
1
name: Terraform GitHub
2
'on':
3
push:
4
- branches: [main]
5
paths:
6
- '.github/workflows/terraform-github.yml'
7
- 'terraform/github/**'
@@ -20,6 +19,7 @@ jobs:
20
19
run:
21
working-directory: './terraform/github/'
22
steps:
+ - run: false
23
- uses: actions/checkout@v4
24
- uses: hashicorp/setup-terraform@v3
25
with:
@@ -135,4 +135,4 @@ jobs:
135
MESSAGE: "${{ github.workflow }}/${{ github.job }} GitHub Actions workflow failed :sob:"
136
RESULTS_URL: "N/A"
137
WORKFLOW_URL: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
138
- if: failure() && github.ref == 'refs/heads/main' && github.event_name == 'push'
+ if: failure()
0 commit comments