Skip to content

Commit 35d73ea

Browse files
authored
CI: switch off the nightly release builds (#4145)
This CI workflow has been failing for some time, and I get a notification every night. There is no need to waste your GitHub Actions budget on this.
1 parent 9726d61 commit 35d73ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
on:
2-
schedule:
3-
- cron: '0 3 * * *' # Nightly, run at 03:00 UTC
42
push:
53
tags:
64
- 'v[0-9]+.*' # Release tags matching v*, i.e. v1.0, v20.15.10

0 commit comments

Comments
 (0)