mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
ci: drop 24.05 support
This commit is contained in:
parent
cbf960e565
commit
cf647bc045
2 changed files with 2 additions and 6 deletions
5
.github/workflows/build_documentation.yml
vendored
5
.github/workflows/build_documentation.yml
vendored
|
@ -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 \
|
||||
|
|
3
.github/workflows/update.yml
vendored
3
.github/workflows/update.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue