Skip to content

Commit 979b989

Browse files
committed
enable cron build job
1 parent ed12078 commit 979b989

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: build
33
on:
44
workflow_dispatch:
55
# disabled until initial testing passed
6-
#schedule:
7-
# # build weekly to find breakage
8-
# - cron: '13 1 * * 7'
6+
schedule:
7+
# build weekly to find breakage
8+
- cron: '13 1 * * 7'
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)