build: skip Monday releases (#5834)

This commit is contained in:
Zach Pomerantz 2023-01-13 14:41:32 -08:00 committed by GitHub
parent 049a09a346
commit 6f147c1ff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
name: Release
on:
schedule:
- cron: '0 12 * * 1-4' # every day 12:00 UTC Monday-Thursday
- cron: '0 12 * * 2-4' # every day 12:00 UTC Monday-Thursday
# manual trigger
workflow_dispatch: