From 0b4652b84779094f467b14002fd60c972b4351e1 Mon Sep 17 00:00:00 2001 From: flakey5 <73616808+flakey5@users.noreply.github.com> Date: Mon, 27 Oct 2025 09:52:50 -0700 Subject: [PATCH] actions: remove cron trigger for update-links Not really doing much afaict, also introduces possibility of release getting prematurely promoted on the R2 side of things (aka before the GH release) if a release is done around this time. Signed-off-by: flakey5 <73616808+flakey5@users.noreply.github.com> --- .github/workflows/update-links.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/update-links.yml b/.github/workflows/update-links.yml index 180f0a6..2fbd316 100644 --- a/.github/workflows/update-links.yml +++ b/.github/workflows/update-links.yml @@ -6,8 +6,6 @@ permissions: on: # Triggered by https://github.com/nodejs/node/blob/main/.github/workflows/update-release-links.yml workflow_dispatch: - schedule: - - cron: '0 0 * * *' concurrency: group: update-redirect-links