Skip to content

Commit

Permalink
Merge pull request #56 from jluebbe/cron-build
Browse files Browse the repository at this point in the history
.github/workflows/build: pre-build sstate regularly
  • Loading branch information
ejoerns authored Aug 27, 2024
2 parents 598af98 + d410335 commit 4ce2088
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 2 * * *'

jobs:
build:
Expand Down

0 comments on commit 4ce2088

Please sign in to comment.