Skip to content

Commit

Permalink
Disable acceptance tests except for when label 'acceptance' exists
Browse files Browse the repository at this point in the history
  • Loading branch information
momer committed Jul 16, 2024
1 parent a7f76cb commit df0ca89
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 @@ -90,6 +90,7 @@ jobs:
# Run acceptance tests in a matrix with Terraform CLI versions
test:
if: ${{ github.event.label.name == 'acceptance' }}
name: Terraform Provider Acceptance Tests
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit df0ca89

Please sign in to comment.