workflows: remove extra space
parent
6de36916b1
commit
e337444f11
|
@ -3,7 +3,7 @@ name: Scheduled tasks
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# Once every hour
|
# Once every hour
|
||||||
- cron: '*/60 * * * *'
|
- cron: '*/60 * * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
autopublish:
|
autopublish:
|
||||||
|
|
Loading…
Reference in New Issue