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:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron: '05 13 * * 2,5'
|
||||
# schedule:
|
||||
# - cron: '05 13 * * 2,5'
|
||||
#push:
|
||||
#branches:
|
||||
#- main
|
||||
|
||||
Reference in New Issue
Block a user