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 e3734a1 commit c5ec338Copy full SHA for c5ec338
.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/**'
@@ -21,6 +20,7 @@ jobs:
21
20
working-directory: './terraform/github/'
22
steps:
23
- uses: actions/checkout@v4
+ - run: false
24
- uses: hashicorp/setup-terraform@v3
25
with:
26
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
@@ -121,4 +121,4 @@ jobs:
121
122
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
123
slack-channel-id: ${{ vars.SLACK_CHANNEL_ID }}
124
- if: failure() && github.ref == 'refs/heads/main' && github.event_name == 'push'
+ if: failure()
0 commit comments