diff --git a/.github/workflows/build-iso-stable.yml b/.github/workflows/build-iso-stable.yml index 5324822..66bf2b5 100644 --- a/.github/workflows/build-iso-stable.yml +++ b/.github/workflows/build-iso-stable.yml @@ -20,7 +20,7 @@ on: type: boolean default: true schedule: - - cron: "0 3 * * 3" # Push to testing bucket every week at 03:00 on Wednesdays + - cron: "0 3 1 * *" # Push to testing bucket on the 1st day of the month at 03:00 UTC jobs: build-iso-stable: name: Build Stable ISOs