ci: drop 24.05 support
This commit is contained in:
parent
cbf960e565
commit
cf647bc045
2 changed files with 2 additions and 6 deletions
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