Skip to content

Commit f384e30

Browse files
committed
test != push only
1 parent c16ad6d commit f384e30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ jobs:
8888
# already covered by 'pull_request' event
8989
if: >-
9090
github.event_name != 'push'
91-
|| github.repository != 'pre-commit/pre-commit-terraform'
92-
|| github.ref == 'refs/heads/master'
91+
9392
9493
timeout-minutes: 1
9594

0 commit comments

Comments
 (0)