Skip to content

Commit 61ef877

Browse files
committed
Fix scheduled nightly upstream test
1 parent 0eb7510 commit 61ef877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upstream-dev-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
upstream-dev:
2323
name: upstream-dev
2424
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' }}
25+
if: ${{ (contains( github.event.pull_request.labels.*.name, 'test-upstream') && github.event_name == 'pull_request') || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
2626
defaults:
2727
run:
2828
shell: bash -l {0}

0 commit comments

Comments
 (0)