Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
markgoddard committed Sep 6, 2024
1 parent ca84afe commit 576c5bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform-github.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Terraform GitHub
'on':
push:
branches: [main]
paths:
- '.github/workflows/terraform-github.yml'
- 'terraform/github/**'
Expand All @@ -21,6 +20,7 @@ jobs:
working-directory: './terraform/github/'
steps:
- uses: actions/checkout@v4
- run: false
- uses: hashicorp/setup-terraform@v3
with:
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
Expand Down Expand Up @@ -121,4 +121,4 @@ jobs:
with:
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
slack-channel-id: ${{ vars.SLACK_CHANNEL_ID }}
if: failure() && github.ref == 'refs/heads/main' && github.event_name == 'push'
if: failure()

0 comments on commit 576c5bb

Please sign in to comment.