Skip to content

Commit 75de965

Browse files
committed
Make build jobs weekly
1 parent 0eaf19f commit 75de965

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

.github/workflows/build.yml .github/workflows/weekly-jobs.yml

+7-12
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
name: Build
1+
name: Weekly container builds
22

33
on:
4+
# These push/pr options will be removed one they are proven to work (one PR/push ought to do it)
5+
pull_request:
6+
branches: main
47
push:
58
branches: main
6-
# This will eventually be run on a schedule, daily initially, but some might be better weekly.
7-
# schedule:
8-
# - cron: '0 0 * * *'
9+
schedule:
10+
- cron: '0 0 * * 0'
911

1012
jobs:
1113
build:
@@ -22,21 +24,14 @@ jobs:
2224
- buster_amd64
2325
# Debian 9
2426
- stretch_amd64
25-
#- stretch_i386
2627
# Debian 8
2728
- jessie_amd64
28-
#- jessie_i386
29-
#- wheezy_i386
3029
# Ubuntu
3130
# Ubuntu 16.04
3231
- xenial_amd64
33-
#- xenial_i386
3432
# Ubuntu 14.04
3533
- trusty_amd64
36-
#- trusty_i386
37-
# Red Hat
38-
- el8_x86_64
39-
#- el7_i386
34+
# CentOS
4035
- el7_x86_64
4136
# Rolling/unstable
4237
- sid_amd64

0 commit comments

Comments
 (0)