diff --git a/.github/workflows/periodic-merge-24h.yml b/.github/workflows/periodic-merge-24h.yml index 481a54191349..5501dc0c0caf 100644 --- a/.github/workflows/periodic-merge-24h.yml +++ b/.github/workflows/periodic-merge-24h.yml @@ -35,6 +35,10 @@ jobs: into: staging-next-25.05 - from: staging-next-25.05 into: staging-25.05 + - from: master + into: staging-next-25.11 + - from: staging-next-25.11 + into: staging-25.11 - name: merge-base(master,staging) → haskell-updates from: master staging into: haskell-updates