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 a1e7a53 commit 646b4b4Copy full SHA for 646b4b4
.github/workflows/tidy3d-python-client-tests.yml
@@ -435,7 +435,7 @@ jobs:
435
name: pr-requirements-pass
436
if: |
437
always() &&
438
- ((github.event_name == 'pull_request') || (github.event_name == 'pull_request_review')) &&
+ ((github.event_name == 'pull_request') || (github.event_name == 'pull_request_review') || (github.event_name == 'merge_group' )) &&
439
(( needs.determine-test-scope.outputs.pr_approval_state == 'true' ) &&
440
( needs.determine-test-scope.outputs.local_tests == 'true' ) ||
441
( needs.determine-test-scope.outputs.remote_tests == 'true' ))
0 commit comments