fix: update stripe usage report times to fix conflicts (#1914)

This commit is contained in:
Matti Nannt
2024-01-17 11:59:04 +01:00
committed by GitHub
parent 602238f6a5
commit 3586818fda

View File

@@ -4,8 +4,8 @@ on:
# "Scheduled workflows run on the latest commit on the default or base branch."
# — https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#schedule
schedule:
# This will run the job at 22:00 UTC every day of every month.
- cron: "0 22 * * *"
# This will run the job at 20:00 UTC every day of every month.
- cron: "0 20 * * *"
jobs:
cron-reportUsageToStripe:
env: