Skip to content

Commit

Permalink
🧹 do not run acceptance tests for dependabot (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock authored Apr 19, 2024
1 parent be90238 commit 54c9b7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
# Run acceptance tests in a matrix with Terraform CLI versions
test:
name: Terraform Provider Acceptance Tests
if: github.actor != 'dependabot[bot]'
needs: build
runs-on: ubuntu-latest
timeout-minutes: 15
Expand Down

0 comments on commit 54c9b7f

Please sign in to comment.