mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
ci/update: cleanup names & comments
This commit is contained in:
parent
6046ad79f0
commit
a2a4befdaf
2 changed files with 2 additions and 4 deletions
4
.github/workflows/update-other.yml
vendored
4
.github/workflows/update-other.yml
vendored
|
@ -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:
|
||||
|
|
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: update
|
||||
name: Update
|
||||
on:
|
||||
# Runs everyday at noon
|
||||
schedule:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue