Modify build schedule in GitHub Actions
Updated the cron schedule for the workflow.
This commit is contained in:
@@ -4,9 +4,9 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
# schedule:
|
schedule:
|
||||||
# - cron: '05 13 * * 2,5'
|
- cron: '05 12 * * 2,5'
|
||||||
#push:
|
# push:
|
||||||
#branches:
|
#branches:
|
||||||
#- main
|
#- main
|
||||||
#paths-ignore:
|
#paths-ignore:
|
||||||
|
|||||||
Reference in New Issue
Block a user