about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-01 14:55:34 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-01 14:55:34 +0100
commit4e6337bdce10d6912ae031747fdce493399ea5a4 (patch)
treefaa6155fdbd915a30ab6297f16cb0d632d677133 /.github
parent361e806cbedb289c0ff64c9722c902749755b7e2 (diff)
downloadnixlib-4e6337bdce10d6912ae031747fdce493399ea5a4.tar
nixlib-4e6337bdce10d6912ae031747fdce493399ea5a4.tar.gz
nixlib-4e6337bdce10d6912ae031747fdce493399ea5a4.tar.bz2
nixlib-4e6337bdce10d6912ae031747fdce493399ea5a4.tar.lz
nixlib-4e6337bdce10d6912ae031747fdce493399ea5a4.tar.xz
nixlib-4e6337bdce10d6912ae031747fdce493399ea5a4.tar.zst
nixlib-4e6337bdce10d6912ae031747fdce493399ea5a4.zip
workflows/periodic-merge: Remove 22.05 jobs
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/periodic-merge-24h.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/periodic-merge-24h.yml b/.github/workflows/periodic-merge-24h.yml
index 44892f926eb7..6d6bbb7e1499 100644
--- a/.github/workflows/periodic-merge-24h.yml
+++ b/.github/workflows/periodic-merge-24h.yml
@@ -38,10 +38,6 @@ jobs:
             into: staging-next-22.11
           - from: staging-next-22.11
             into: staging-22.11
-          - from: release-22.05
-            into: staging-next-22.05
-          - from: staging-next-22.05
-            into: staging-22.05
     name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }}
     steps:
       - uses: actions/checkout@v3