mirror of https://github.com/openwrt/docker.git
disable schedule
An external script is used that polls our buildbot infrastructure and triggers container builds. It's only commented out so downstream project could use this as a reference. Signed-off-by: Paul Spooren <mail@aparcar.org>pull/129/head
parent
28c68d4266
commit
d4d19c0757
|
|
@ -16,11 +16,11 @@ on:
|
|||
description: "Single target to build (empty for all)"
|
||||
required: false
|
||||
|
||||
schedule:
|
||||
- cron: "0 5 * * *" # daily snapshot
|
||||
- cron: "0 6 * * *" # daily 23.05-SNAPSHOT
|
||||
- cron: "0 7 * * 2" # weekly 22.03-SNAPSHOT
|
||||
- cron: "0 8 16 * *" # monthly 21.02-SNAPSHOT
|
||||
# schedule:
|
||||
# - cron: "0 5 * * *" # daily snapshot
|
||||
# - cron: "0 6 * * *" # daily 23.05-SNAPSHOT
|
||||
# - cron: "0 7 * * 2" # weekly 22.03-SNAPSHOT
|
||||
# - cron: "0 8 16 * *" # monthly 21.02-SNAPSHOT
|
||||
|
||||
jobs:
|
||||
generate_matrix:
|
||||
|
|
|
|||
Loading…
Reference in New Issue