mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-04 02:40:05 +00:00
chore: Slow down build schedule for stable releases
This commit is contained in:
parent
46fcbfbe16
commit
0ccb1dcbf5
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: Build and Push Image
|
||||
on:
|
||||
schedule:
|
||||
- cron: '20 21 * * *' # 21:20 UTC every day
|
||||
- cron: '20 21 * * 2,5' # 21:20 UTC on Tuesdays and Fridays
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
Loading…
Reference in New Issue
Block a user