mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
workflows/periodic-merge: support merge bases in re-usable workflow
This commit is contained in:
parent
51b8ad2191
commit
ba09688dc8
3 changed files with 17 additions and 60 deletions
2
.github/workflows/periodic-merge-24h.yml
vendored
2
.github/workflows/periodic-merge-24h.yml
vendored
|
|
@ -32,6 +32,8 @@ jobs:
|
|||
into: staging-next-24.11
|
||||
- from: staging-next-24.11
|
||||
into: staging-24.11
|
||||
- from: master staging
|
||||
into: haskell-updates
|
||||
uses: ./.github/workflows/periodic-merge.yml
|
||||
with:
|
||||
from: ${{ matrix.pairs.from }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue