From 1036b8f8b6c2983b03849f7ded79865eb457ddc7 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 19 Jan 2025 22:55:11 +0100 Subject: [PATCH] ci/update: remove nixos-24.05 update action --- .github/workflows/update.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 97515538..ffeaf7dd 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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: