Release once per week instead of daily

This commit is contained in:
Luke Tainton 2024-07-31 22:05:13 +01:00
parent 9ad8fae9ac
commit 4994aa301d
No known key found for this signature in database

View File

@ -2,7 +2,7 @@ name: Release
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: "0 9 * * *" - cron: "0 9 * * 0"
jobs: jobs:
create_release: create_release: