mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +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:
|
on:
|
||||||
# Runs every Saturday at noon
|
# Runs every Saturday at noon
|
||||||
schedule:
|
schedule:
|
||||||
|
@ -13,8 +13,6 @@ jobs:
|
||||||
name: Trigger updates for nixvim's stable branches
|
name: Trigger updates for nixvim's stable branches
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
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
|
- name: Update nixos-24.11
|
||||||
if: github.event_name == 'schedule'
|
if: github.event_name == 'schedule'
|
||||||
env:
|
env:
|
||||||
|
|
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: update
|
name: Update
|
||||||
on:
|
on:
|
||||||
# Runs everyday at noon
|
# Runs everyday at noon
|
||||||
schedule:
|
schedule:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue