From cf647bc045567f27e9c5eabaa26111b4c7bbc169 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Sun, 19 Jan 2025 10:32:11 +0000 Subject: [PATCH] ci: drop 24.05 support --- .github/workflows/build_documentation.yml | 5 ----- .github/workflows/update.yml | 3 ++- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index 6392f03034..63294ba63d 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -61,11 +61,6 @@ jobs: "branch": "nixos-24.11", "nixpkgsBranch": "nixos-24.11", "subPath": "24.11" - }, - { - "branch": "nixos-24.05", - "nixpkgsBranch": "nixos-24.05", - "subPath": "24.05" } ] ' | jq \ diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index a7da3e7509..9751553898 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -46,6 +46,7 @@ jobs: ssh-key: ${{ secrets.CI_UPDATE_SSH_KEY }} # 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 if: inputs['nixos-24.11'] || github.event_name == 'schedule' env: @@ -54,7 +55,7 @@ jobs: gh workflow run update.yml --ref nixos-24.11 - name: Update nixos-24.05 - if: inputs['nixos-24.05'] || github.event_name == 'schedule' + if: inputs['nixos-24.05'] env: GH_TOKEN: ${{ github.token }} run: |