Browse Source

Fix schedule

pull/3389/head
Ivan Pozdeev 6 months ago
parent
commit
05ba9388a7
No known key found for this signature in database GPG Key ID: FB6A628DCF06DCD7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/add_version.yml

+ 1
- 1
.github/workflows/add_version.yml View File

@ -4,7 +4,7 @@ on:
workflow_dispatch: {}
schedule:
# Every N hours
- cron: '* */8 * * *'
- cron: '0 */8 * * *'
permissions:
contents: write

Loading…
Cancel
Save