Skip to content

Commit

Permalink
.github/workflows/build: remove scheduled build
Browse files Browse the repository at this point in the history
Scheduled builds only run for the main branch of a project,
so configuring them on other release branches does not make a lot of sense.

Signed-off-by: Leonard Göhrs <[email protected]>
  • Loading branch information
hnez authored and ejoerns committed Dec 3, 2024
1 parent 9dc1624 commit a6ec6eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
pull_request: {}
# allow rebuilding without a push
workflow_dispatch: {}
# pre-build sstate regularly
schedule:
- cron: '30 1 * * *'

jobs:
build:
Expand Down

0 comments on commit a6ec6eb

Please sign in to comment.