Skip to content

Commit 2237d47

Browse files
committed
test
1 parent e18a3b7 commit 2237d47

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/**'
@@ -21,6 +20,7 @@ jobs:
2120
working-directory: './terraform/github/'
2221
steps:
2322
- uses: actions/checkout@v4
23+
- run: false
2424
- uses: hashicorp/setup-terraform@v3
2525
with:
2626
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
@@ -121,4 +121,4 @@ jobs:
121121
with:
122122
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
123123
slack-channel-id: ${{ vars.SLACK_CHANNEL_ID }}
124-
if: failure() && github.ref == 'refs/heads/main' && github.event_name == 'push'
124+
if: failure()

0 commit comments

Comments
 (0)