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 0eb7510 commit 61ef877Copy full SHA for 61ef877
.github/workflows/upstream-dev-ci.yaml
@@ -22,7 +22,7 @@ jobs:
22
upstream-dev:
23
name: upstream-dev
24
runs-on: ubuntu-latest
25
- if: ${{ (contains( github.event.pull_request.labels.*.name, 'test-upstream') && github.event_name == 'pull_request') || github.event_name == 'workflow_dispatch' }}
+ if: ${{ (contains( github.event.pull_request.labels.*.name, 'test-upstream') && github.event_name == 'pull_request') || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
26
defaults:
27
run:
28
shell: bash -l {0}
0 commit comments