We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2148b commit 715bc04Copy full SHA for 715bc04
.github/workflows/build.yml
@@ -1,7 +1,7 @@
1
name: Build Bazzite
2
on:
3
schedule:
4
- - cron: '40 16 * * 2,5' # 16:40 utc tues thurs
+ - cron: '40 4 * * 2,5' # 4:40 utc tues thurs
5
pull_request:
6
branches:
7
- testing
0 commit comments