Skip to content

Commit

Permalink
.github/workflows/build: pre-build sstate regularly
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Luebbe <[email protected]>
  • Loading branch information
jluebbe authored and ejoerns committed Aug 27, 2024
1 parent 3233421 commit ae97b61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
pull_request: {}
# allow rebuilding without a push
workflow_dispatch: {}
# pre-build sstate regularly
schedule:
- cron: '30 3 * * *'

jobs:
build:
Expand Down

0 comments on commit ae97b61

Please sign in to comment.