Skip to content

Commit c16ad6d

Browse files
committed
f
1 parent 56198ec commit c16ad6d

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
@@ -88,8 +88,8 @@ jobs:
8888
# already covered by 'pull_request' event
8989
if: >-
9090
github.event_name != 'push'
91-
OR github.repository != 'pre-commit/pre-commit-terraform'
92-
OR github.ref == 'refs/heads/master'
91+
|| github.repository != 'pre-commit/pre-commit-terraform'
92+
|| github.ref == 'refs/heads/master'
9393
9494
timeout-minutes: 1
9595

0 commit comments

Comments
 (0)