Skip to content

Commit da934e4

Browse files
committed
remove schedule from build_loop manual
1 parent 0069b11 commit da934e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_loop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 4. Build Loop Manual
22
run-name: Build Loop (${{ github.ref_name }})
33
on:
44
workflow_dispatch:
5-
schedule:
5+
#schedule:
66
# Check for updates every Sunday
77
# Later logic builds if there are updates or if it is the 2nd Sunday of the month
88
#- cron: "33 7 * * 0" # Sunday at UTC 7:33 Comment out cron which is not working for this file, see build_loop_auto

0 commit comments

Comments
 (0)