From 01ec48cfb83389759c1c83ec85d008533ddef74d Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Mon, 2 Dec 2024 09:47:11 +1100 Subject: [PATCH] Re-name cron nightly update jobs We just changed the cron nightly update job to be once a week instead of twice - re-name the file appropriately. --- ...i-weekly-update-nightly.yml => cron-weekly-update-nightly.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{cron-semi-weekly-update-nightly.yml => cron-weekly-update-nightly.yml} (100%) diff --git a/.github/workflows/cron-semi-weekly-update-nightly.yml b/.github/workflows/cron-weekly-update-nightly.yml similarity index 100% rename from .github/workflows/cron-semi-weekly-update-nightly.yml rename to .github/workflows/cron-weekly-update-nightly.yml