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 1d308c5 commit 582deeaCopy full SHA for 582deea
.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 != 'antonbabenko/pre-commit-terraform'
+ github.repository_id != env.UPSTREAM_REPOSITORY_ID
91
|| github.event_name != 'push'
92
- || github.ref == 'refs/heads/master'
+ || github.ref_name == github.event.repository.default_branch
93
94
timeout-minutes: 1
95
0 commit comments