This commit is contained in:
Jan Høydahl 2023-02-17 01:39:08 +01:00
parent 15c48d9217
commit bbc56f7205

View file

@ -3,7 +3,7 @@ on:
schedule: schedule:
# The "*" (#42, asterisk) character has special semantics in YAML, so this # The "*" (#42, asterisk) character has special semantics in YAML, so this
# string has to be quoted. # string has to be quoted.
- cron: '0/5 * * * *' - cron: '*/5 * * * *'
jobs: jobs:
renovate: renovate:
runs-on: ubuntu-latest runs-on: ubuntu-latest