From 35d73ea50a021118a873fd0e365715736c16deb5 Mon Sep 17 00:00:00 2001 From: Mikhail Zabaluev Date: Thu, 8 Feb 2024 10:18:00 +0200 Subject: [PATCH] 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. --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ad41cb54e..0bd0b28be8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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