Skip to content

Commit 6aaa5e9

Browse files
committed
f
1 parent bc92cb2 commit 6aaa5e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ jobs:
8787
# Prevent run 'push' events for the branches in upstream repository as it
8888
# already covered by 'pull_request' event
8989
if: >-
90-
github.event_name != 'push'
90+
${{ github.repository_owner }}/${{ github.repository }} != 'antonbabenko/pre-commit-terraform'
9191
|| github.ref == 'refs/heads/master'
92+
|| github.event_name != 'push'
9293
9394
timeout-minutes: 1
9495

0 commit comments

Comments
 (0)