We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aaa5e9 commit 5d39fe1Copy full SHA for 5d39fe1
.github/workflows/ci-cd.yml
@@ -87,9 +87,9 @@ jobs:
87
# Prevent run 'push' events for the branches in upstream repository as it
88
# already covered by 'pull_request' event
89
if: >-
90
- ${{ github.repository_owner }}/${{ github.repository }} != 'antonbabenko/pre-commit-terraform'
91
- || github.ref == 'refs/heads/master'
+ github.repository != 'antonbabenko/pre-commit-terraform'
92
|| github.event_name != 'push'
+ || github.ref == 'refs/heads/master'
93
94
timeout-minutes: 1
95
0 commit comments