Skip to content

Commit

Permalink
CI: switch off the nightly release builds (#4145)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mzabaluev committed Feb 8, 2024
1 parent 9726d61 commit 35d73ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
on:
schedule:
- cron: '0 3 * * *' # Nightly, run at 03:00 UTC
push:
tags:
- 'v[0-9]+.*' # Release tags matching v*, i.e. v1.0, v20.15.10
Expand Down

0 comments on commit 35d73ea

Please sign in to comment.