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 7482b33 commit 1dc39a1Copy full SHA for 1dc39a1
.github/workflows/sanity-test.yaml
@@ -12,9 +12,10 @@ concurrency:
12
13
jobs:
14
sanity-tests:
15
- if: (github.event_name == 'pull_request' && github.event.action == 'ready_for_review') ||
+ if: |
16
+ (github.event_name == 'pull_request' && github.event.action == 'ready_for_review') ||
17
(github.event_name == 'pull_request_review' && github.event.review.state == 'approved') ||
- (github.event_name == 'push' && github.ref == 'refs/heads/main')
18
+ (github.event_name == 'push' && github.ref == 'refs/heads/master')
19
runs-on: tools-runner
20
21
steps:
0 commit comments