Compare commits

...

2 Commits

View File

@@ -6,8 +6,8 @@ on:
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch:
schedule: schedule:
# Once every hour # Once every six hours
- cron: "0 15 * * *" - cron: "0 */6 * * *"
permissions: permissions:
id-token: write id-token: write