Skip to content

Commit

Permalink
test: do not run terraform test on main
Browse files Browse the repository at this point in the history
  • Loading branch information
wallyworld committed Jul 16, 2024
1 parent 07c91f7 commit ee77221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/context-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
terraform:
needs: [changed-files]
name: Terraform Smoke
if: github.event.pull_request.draft == false && needs.changed-files.outputs.check-terraform == 'true'
if: github.event.pull_request.draft == false && github.base_ref != 'main' && needs.changed-files.outputs.check-terraform == 'true'
uses: ./.github/workflows/terraform-smoke.yml

migrate:
Expand Down

0 comments on commit ee77221

Please sign in to comment.