Disable scheduled builds in build.yml
Comment out the scheduled cron job in the build workflow.
This commit is contained in:
@@ -4,8 +4,8 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
schedule:
|
# schedule:
|
||||||
- cron: '05 13 * * 2,5'
|
# - cron: '05 13 * * 2,5'
|
||||||
#push:
|
#push:
|
||||||
#branches:
|
#branches:
|
||||||
#- main
|
#- main
|
||||||
|
|||||||
Reference in New Issue
Block a user