We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598af98 commit d410335Copy full SHA for d410335
.github/workflows/build.yml
@@ -5,6 +5,9 @@ on:
5
pull_request: {}
6
# allow rebuilding without a push
7
workflow_dispatch: {}
8
+ # pre-build sstate regularly
9
+ schedule:
10
+ - cron: '30 2 * * *'
11
12
jobs:
13
build:
0 commit comments