Skip to content

Commit d410335

Browse files
committedAug 27, 2024·
.github/workflows/build: pre-build sstate regularly
Signed-off-by: Jan Luebbe <[email protected]>
1 parent 598af98 commit d410335

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
pull_request: {}
66
# allow rebuilding without a push
77
workflow_dispatch: {}
8+
# pre-build sstate regularly
9+
schedule:
10+
- cron: '30 2 * * *'
811

912
jobs:
1013
build:

0 commit comments

Comments
 (0)
Please sign in to comment.