Fix typo in workflow cron argument

This commit is contained in:
hoellen 2021-12-06 08:48:44 +01:00
parent a0cd4f12c9
commit 63ac90199c

View File

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