Skip to content

Commit

Permalink
disabled test action for PRs from forks
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfmnk committed Dec 9, 2024
1 parent d98cc97 commit 7b8578a
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 @@ -45,6 +45,7 @@ jobs:
go build -v .
# run acceptance tests in a matrix with Terraform core versions
test:
if: github.event.pull_request.head.repo.name == github.repository
environment: TestingEnv
name: Matrix Test
needs: build
Expand Down

0 comments on commit 7b8578a

Please sign in to comment.