ci/update: cleanup names & comments

This commit is contained in:
Matt Sturgeon
2025-01-22 20:49:50 +00:00
parent 6046ad79f0
commit a2a4befdaf
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -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:
+1 -1
View File
@@ -1,4 +1,4 @@
name: update
name: Update
on:
# Runs everyday at noon
schedule: