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