sort cron order

This commit is contained in:
ferrreo 2023-09-05 21:34:48 +01:00
parent 030489622f
commit 45634ba02d
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: PikaOS Ubuntu Repo Sync (Backports)
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '10 1 * * *' - cron: '55 0 * * *'
jobs: jobs:
build: build:

View File

@ -3,7 +3,7 @@ name: PikaOS Ubuntu Repo Sync (Proposed)
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '55 0 * * *' - cron: '10 1 * * *'
jobs: jobs:
build: build: