Skip to content

Commit 5d39fe1

Browse files
committed
f
1 parent 6aaa5e9 commit 5d39fe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +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.repository_owner }}/${{ github.repository }} != 'antonbabenko/pre-commit-terraform'
91-
|| github.ref == 'refs/heads/master'
90+
github.repository != 'antonbabenko/pre-commit-terraform'
9291
|| github.event_name != 'push'
92+
|| github.ref == 'refs/heads/master'
9393
9494
timeout-minutes: 1
9595

0 commit comments

Comments
 (0)