File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 pull_request :
77 # Trigger the workflow by cron. The default time zone of GitHub Actions is UTC.
88 schedule :
9- - cron : ' 0 4 1-31/3 * *'
9+ - cron : ' 0 4 1-31/4 * *'
1010 # Trigger the workflow manually
1111 workflow_dispatch :
1212 inputs :
Original file line number Diff line number Diff line change 66 # pull_request: # DANGEROUS! MUST be disabled for self-hosted runners!
77 # Trigger the workflow by cron. The default time zone of GitHub Actions is UTC.
88 schedule :
9- - cron : ' 0 16 5 -31/5 * *'
9+ - cron : ' 0 4 4 -31/4 * *'
1010 # Trigger the workflow manually
1111 workflow_dispatch :
1212 inputs :
Original file line number Diff line number Diff line change 66 pull_request : # DANGEROUS! MUST be disabled for self-hosted runners!
77 # Trigger the workflow by cron. The default time zone of GitHub Actions is UTC.
88 schedule :
9- - cron : ' 0 4 2-31/3 * *'
9+ - cron : ' 0 4 2-31/4 * *'
1010 # Trigger the workflow manually
1111 workflow_dispatch :
1212 inputs :
Original file line number Diff line number Diff line change 66 pull_request : # DANGEROUS! MUST be disabled for self-hosted runners!
77 # Trigger the workflow by cron. The default time zone of GitHub Actions is UTC.
88 schedule :
9- - cron : ' 0 4 3-31/3 * *'
9+ - cron : ' 0 4 3-31/4 * *'
1010 # Trigger the workflow manually
1111 workflow_dispatch :
1212 inputs :
You can’t perform that action at this time.
0 commit comments