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 bc92cb2 commit 6aaa5e9Copy full SHA for 6aaa5e9
.github/workflows/ci-cd.yml
@@ -87,8 +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.event_name != 'push'
+ ${{ github.repository_owner }}/${{ github.repository }} != 'antonbabenko/pre-commit-terraform'
91
|| github.ref == 'refs/heads/master'
92
+ || github.event_name != 'push'
93
94
timeout-minutes: 1
95
0 commit comments