We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed12078 commit 979b989Copy full SHA for 979b989
.github/workflows/build.yaml
@@ -3,9 +3,9 @@ name: build
3
on:
4
workflow_dispatch:
5
# disabled until initial testing passed
6
- #schedule:
7
- # # build weekly to find breakage
8
- # - cron: '13 1 * * 7'
+ schedule:
+ # build weekly to find breakage
+ - cron: '13 1 * * 7'
9
10
concurrency:
11
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments