build: re-enable releases for Monday (#5844)
Revert "build: skip Monday releases (#5834)" This reverts commit 6f147c1ff33c04f5a94483924085b34fbf834b9e.
This commit is contained in:
parent
a02afd50b5
commit
de9533399a
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: Release
|
name: Release
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 12 * * 2-4' # every day 12:00 UTC Monday-Thursday
|
- cron: '0 12 * * 1-4' # every day 12:00 UTC Monday-Thursday
|
||||||
# manual trigger
|
# manual trigger
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user