mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
ci/update: remove nixos-24.05 update action
This commit is contained in:
parent
a70b16976b
commit
1036b8f8b6
1 changed files with 0 additions and 10 deletions
10
.github/workflows/update.yml
vendored
10
.github/workflows/update.yml
vendored
|
@ -17,9 +17,6 @@ on:
|
||||||
nixos-24.11:
|
nixos-24.11:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: Also update nixos-24.11
|
description: Also update nixos-24.11
|
||||||
nixos-24.05:
|
|
||||||
type: boolean
|
|
||||||
description: Also update nixos-24.05
|
|
||||||
|
|
||||||
# Allow one concurrent update per branch
|
# Allow one concurrent update per branch
|
||||||
concurrency:
|
concurrency:
|
||||||
|
@ -54,13 +51,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
gh workflow run update.yml --ref nixos-24.11
|
gh workflow run update.yml --ref nixos-24.11
|
||||||
|
|
||||||
- name: Update nixos-24.05
|
|
||||||
if: inputs['nixos-24.05']
|
|
||||||
env:
|
|
||||||
GH_TOKEN: ${{ github.token }}
|
|
||||||
run: |
|
|
||||||
gh workflow run update.yml --ref nixos-24.05
|
|
||||||
|
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: cachix/install-nix-action@v30
|
uses: cachix/install-nix-action@v30
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue