Skip to content

Commit

Permalink
ci/update: remove nixos-24.05 update action
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored and nix-infra-bot committed Jan 20, 2025
1 parent a70b169 commit 1036b8f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 1036b8f

Please sign in to comment.