fix: set cron to 16 each day

This commit is contained in:
Michal Szczepanski 2023-02-01 19:03:44 +01:00
parent 1a521bbcf4
commit 739ee9d8e7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: Get ecb fx data
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: "0 17 * * *" - cron: "0 16 * * *"
jobs: jobs:
stale: stale: