ci/update: remove nixos-24.05 update action

This commit is contained in:
Gaetan Lepage 2025-01-19 22:55:11 +01:00 committed by nix-infra-bot
parent a70b16976b
commit 1036b8f8b6

View file

@ -17,9 +17,6 @@ on:
nixos-24.11:
type: boolean
description: Also update nixos-24.11
nixos-24.05:
type: boolean
description: Also update nixos-24.05
# Allow one concurrent update per branch
concurrency:
@ -54,13 +51,6 @@ jobs:
run: |
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
uses: cachix/install-nix-action@v30
with: