]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: rename network-systemd job to match the derauct module name
authorJo Zzsi <jozzsicsataban@gmail.com>
Sun, 18 Jan 2026 21:57:05 +0000 (16:57 -0500)
committerLaszlo <laszlo.gombos@gmail.com>
Sun, 18 Jan 2026 23:24:23 +0000 (18:24 -0500)
network-systemd is testing the systemd-networkd dracut module.
Let us use the dracut module name as the name of the job.

.github/workflows/daily-systemd-networkd.yml [moved from .github/workflows/daily-network-systemd.yml with 84% similarity]

similarity index 84%
rename from .github/workflows/daily-network-systemd.yml
rename to .github/workflows/daily-systemd-networkd.yml
index 1d57f1aac384365ad916cb27bef52af66d6e183a..046a3b7c41d0c77cf38c629276968a25f0484c3e 100644 (file)
@@ -1,5 +1,5 @@
 ---
-name: Daily Tests - network-systemd
+name: Daily Tests - systemd-networkd
 
 on:  # yamllint disable-line rule:truthy
     schedule:
@@ -10,15 +10,15 @@ on:  # yamllint disable-line rule:truthy
 
     pull_request:
         paths:
-            - '.github/workflows/daily-network-systemd.yml'
+            - '.github/workflows/daily-systemd-networkd.yml'
 
 jobs:
-    network-systemd:
+    systemd-networkd:
         name: ${{ matrix.test }} on ${{ matrix.container }} ${{ matrix.network }} networking on ${{ matrix.architecture.tag }}
         runs-on: ${{ matrix.architecture.runner }}
         timeout-minutes: 40
         concurrency:
-            group: daily-network-systemd-${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}-${{ matrix.network }}-${{ matrix.architecture.tag }}
+            group: daily-systemd-networkd-${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}-${{ matrix.network }}-${{ matrix.architecture.tag }}
             cancel-in-progress: true
         strategy:
             fail-fast: false