fix cron syntax #3

Merged
a.wagner merged 1 commit from a.wagner/public-files:ci into main 2026-02-05 14:38:21 +00:00

View file

@ -2,7 +2,7 @@ name: upload artifacts
on: on:
schedule: schedule:
- cron: 0 15 * * * - cron: '0 16 * * *'
env: env:
DTC_TOKEN: ${{ secrets.POOLTOKEN }} DTC_TOKEN: ${{ secrets.POOLTOKEN }}