Fix missing * in cron definition
This commit is contained in:
parent
d7ff16c3fc
commit
1a554fa16f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-gnome.yml
vendored
2
.github/workflows/build-gnome.yml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '05 05 * * ' # 05:05am UTC everyday
|
- cron: '05 05 * * *' # 05:05am UTC everyday
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
|
||||||
2
.github/workflows/build-kde.yml
vendored
2
.github/workflows/build-kde.yml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '05 05 * * ' # 05:05am UTC everyday
|
- cron: '05 05 * * *' # 05:05am UTC everyday
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue