Skip to content

Commit

Permalink
ci: fix terraform workflow (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstrates authored Dec 14, 2024
1 parent e624fc0 commit 1bacd50
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
branches:
- main
paths:
- "**/*.tf"
- ".github/workflows/ci-terraform.yml"
- "**.tf"
- "!examples/**"

concurrency:
Expand All @@ -20,9 +21,6 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
defaults:
run:
working-directory: ${{ env.tf_actions_working_dir }}
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
Expand Down Expand Up @@ -67,8 +65,6 @@ jobs:
</details>
*Pusher: @${{ github.actor }}, Action: \`${{ github.event_name }}\`, Working Directory: \`${{ env.tf_actions_working_dir }}\`, Workflow: \`${{ github.workflow }}\`*`;
// 3. If we have a comment, update it, otherwise create a new one
if (botComment) {
github.rest.issues.updateComment({
Expand Down

0 comments on commit 1bacd50

Please sign in to comment.