.github/workflows/periodic-merge: move stable merges to 24h cycle
This commit is contained in:
4
.github/workflows/periodic-merge-24h.yml
vendored
4
.github/workflows/periodic-merge-24h.yml
vendored
@@ -28,6 +28,10 @@ jobs:
|
|||||||
pairs:
|
pairs:
|
||||||
- from: master
|
- from: master
|
||||||
into: haskell-updates
|
into: haskell-updates
|
||||||
|
- from: release-21.05
|
||||||
|
into: staging-next-21.05
|
||||||
|
- from: staging-next-21.05
|
||||||
|
into: staging-21.05
|
||||||
name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }}
|
name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
4
.github/workflows/periodic-merge-6h.yml
vendored
4
.github/workflows/periodic-merge-6h.yml
vendored
@@ -30,10 +30,6 @@ jobs:
|
|||||||
into: staging-next
|
into: staging-next
|
||||||
- from: staging-next
|
- from: staging-next
|
||||||
into: staging
|
into: staging
|
||||||
- from: release-21.05
|
|
||||||
into: staging-next-21.05
|
|
||||||
- from: staging-next-21.05
|
|
||||||
into: staging-21.05
|
|
||||||
name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }}
|
name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user