mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
misc/post-release 24.05: update workflows
This commit is contained in:
parent
f02d8c95ac
commit
f1289fadee
4 changed files with 7 additions and 7 deletions
8
.github/workflows/update.yml
vendored
8
.github/workflows/update.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
options:
|
||||
- 'stable & unstable'
|
||||
- 'main'
|
||||
- 'nixos-23.11'
|
||||
- 'nixos-24.05'
|
||||
schedule:
|
||||
- cron: "0 12 * * SAT" # runs weekly on Saturday at noon
|
||||
|
||||
|
@ -18,12 +18,12 @@ jobs:
|
|||
matrix:
|
||||
# This allows to update both stable & unstable branches, but not both when triggered
|
||||
# manually
|
||||
branch: ['main', 'nixos-23.11']
|
||||
branch: ['main', 'nixos-24.05']
|
||||
selectedBranch: ["${{ inputs.branch }}"]
|
||||
exclude:
|
||||
- selectedBranch: main
|
||||
branch: 'nixos-23.11'
|
||||
- selectedBranch: 'nixos-23.11'
|
||||
branch: 'nixos-24.05'
|
||||
- selectedBranch: 'nixos-24.05'
|
||||
branch: main
|
||||
name: Update the flake inputs and generate options
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue