Fix typo in workflow cron argument

This commit is contained in:
hoellen 2021-12-06 08:48:44 +01:00
parent 2bfc5e0eec
commit 0b0a1da864

View File

@ -6,7 +6,7 @@ on:
branches: [ master ]
schedule:
# Build the image regularly (each Friday)
- cron: '05 55 * * 5'
- cron: '23 04 * * 5'
jobs:
build: