ci/update: cleanup names & comments

This commit is contained in:
Matt Sturgeon 2025-01-22 19:54:09 +00:00
parent 6046ad79f0
commit a2a4befdaf
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
2 changed files with 2 additions and 4 deletions

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:

View file

@ -1,4 +1,4 @@
name: update
name: Update
on:
# Runs everyday at noon
schedule: