Skip to content

Commit 715bc04

Browse files
fix: adjust build schedule based on adjustments to main and hwe (#1254)
1 parent 1c2148b commit 715bc04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build Bazzite
22
on:
33
schedule:
4-
- cron: '40 16 * * 2,5' # 16:40 utc tues thurs
4+
- cron: '40 4 * * 2,5' # 4:40 utc tues thurs
55
pull_request:
66
branches:
77
- testing

0 commit comments

Comments
 (0)