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 56198ec commit c16ad6dCopy full SHA for c16ad6d
.github/workflows/ci-cd.yml
@@ -88,8 +88,8 @@ jobs:
88
# already covered by 'pull_request' event
89
if: >-
90
github.event_name != 'push'
91
- OR github.repository != 'pre-commit/pre-commit-terraform'
92
- OR github.ref == 'refs/heads/master'
+ || github.repository != 'pre-commit/pre-commit-terraform'
+ || github.ref == 'refs/heads/master'
93
94
timeout-minutes: 1
95
0 commit comments