Skip to content

Commit

Permalink
ci: drop 24.05 support
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Jan 19, 2025
1 parent cbf960e commit cf647bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: |
Expand Down

0 comments on commit cf647bc

Please sign in to comment.