Skip to content

Commit 1dc39a1

Browse files
authored
fix sanity workflow (#85)
1 parent 7482b33 commit 1dc39a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/sanity-test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ concurrency:
1212

1313
jobs:
1414
sanity-tests:
15-
if: (github.event_name == 'pull_request' && github.event.action == 'ready_for_review') ||
15+
if: |
16+
(github.event_name == 'pull_request' && github.event.action == 'ready_for_review') ||
1617
(github.event_name == 'pull_request_review' && github.event.review.state == 'approved') ||
17-
(github.event_name == 'push' && github.ref == 'refs/heads/main')
18+
(github.event_name == 'push' && github.ref == 'refs/heads/master')
1819
runs-on: tools-runner
1920

2021
steps:

0 commit comments

Comments
 (0)