From a2a4befdaf825d36a50e2fda4a004682ea6b1a22 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Wed, 22 Jan 2025 19:54:09 +0000 Subject: [PATCH] ci/update: cleanup names & comments --- .github/workflows/update-other.yml | 4 +--- .github/workflows/update.yml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-other.yml b/.github/workflows/update-other.yml index bbf28d5b..4b3d1d96 100644 --- a/.github/workflows/update-other.yml +++ b/.github/workflows/update-other.yml @@ -1,4 +1,4 @@ -name: update +name: Schedule update for other branches on: # Runs every Saturday at noon schedule: @@ -13,8 +13,6 @@ jobs: name: Trigger updates for nixvim's stable branches runs-on: ubuntu-latest steps: - # NOTE: If additional "inputs" are added, copy this step - # Drop the `github.event_name` condition when a branch reaches end-of-life - name: Update nixos-24.11 if: github.event_name == 'schedule' env: diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 5e579998..f600f637 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,4 +1,4 @@ -name: update +name: Update on: # Runs everyday at noon schedule: