File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - " **"
77 pull_request :
8- types : [labeled, synchronize]
98 branches :
109 - " **"
1110 schedule :
@@ -23,8 +22,8 @@ concurrency:
2322
2423jobs :
2524 test :
26- # only run when e2e-test label is added, scheduled, workflow_dispatch, repository_dispatch
27- if : ${{ ( github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'e2e-test')) || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' }}
25+ # only run when e2e-test scheduled, workflow_dispatch, repository_dispatch
26+ if : ${{ github.event_name == 'pull_request' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event_name == 'repository_dispatch' }}
2827 timeout-minutes : 40
2928 runs-on : ubuntu-latest
3029 steps :
You can’t perform that action at this time.
0 commit comments