]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
workflows: Use hyphens in filenames instead of underscores
authorDaanDeMeyer <daan.j.demeyer@gmail.com>
Sun, 13 Jul 2025 10:39:38 +0000 (12:39 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 4 Aug 2025 14:31:56 +0000 (15:31 +0100)
(cherry picked from commit 13a86b4d9ffbcf2f1300d35ce622513152078c38)

.github/workflows/build-test.sh [moved from .github/workflows/build_test.sh with 100% similarity]
.github/workflows/build-test.yml [moved from .github/workflows/build_test.yml with 96% similarity]
.github/workflows/cflite-pr.yml [moved from .github/workflows/cflite_pr.yml with 100% similarity]
.github/workflows/codeql.yml
.github/workflows/coverity.yml
.github/workflows/development-freeze.yml [moved from .github/workflows/development_freeze.yml with 100% similarity]
.github/workflows/issue-labeler.yml [moved from .github/workflows/issue_labeler.yml with 100% similarity]
.github/workflows/make-release.yml [moved from .github/workflows/make_release.yml with 100% similarity]
.github/workflows/unit-tests.sh [moved from .github/workflows/unit_tests.sh with 100% similarity]
.github/workflows/unit-tests.yml [moved from .github/workflows/unit_tests.yml with 94% similarity]

similarity index 96%
rename from .github/workflows/build_test.yml
rename to .github/workflows/build-test.yml
index f5d54e884711e28e67c05369d63449edef5a845d..0c2b81dc70b11fb572ec22a6c31b3d8ff49ee4c2 100644 (file)
@@ -35,4 +35,4 @@ jobs:
       - name: Repository checkout
         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
       - name: Build check
-        run: .github/workflows/build_test.sh
+        run: .github/workflows/build-test.sh
index ee838686c3f31bd1db6041b8994197ea1db0061c..948f4286911539816440f6a3c168c92eec57f64d 100644 (file)
@@ -50,7 +50,7 @@ jobs:
         languages: ${{ matrix.language }}
         config-file: ./.github/codeql-config.yml
 
-    - run: sudo -E .github/workflows/unit_tests.sh SETUP
+    - run: sudo -E .github/workflows/unit-tests.sh SETUP
 
     - name: Autobuild
       uses: github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d
index 66204069c44634102f185287934490dde0ab8822..b77a1a13909c7d63c285e3f4889e506d65c0f532 100644 (file)
@@ -25,6 +25,6 @@ jobs:
         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
       # Reuse the setup phase of the unit test script to avoid code duplication
       - name: Install build dependencies
-        run: sudo -E .github/workflows/unit_tests.sh SETUP
+        run: sudo -E .github/workflows/unit-tests.sh SETUP
       - name: Build & upload the results
         run: tools/coverity.sh
similarity index 94%
rename from .github/workflows/unit_tests.yml
rename to .github/workflows/unit-tests.yml
index 12c3a685c7de093df74c1c0bdb0dfd692a3aa169..ffd95eb45d6e17b328308aa6fb1f42cc1b3f4901 100644 (file)
@@ -38,8 +38,8 @@ jobs:
           sudo sed -i '/^XDG_/d' /etc/environment
           # Pass only specific env variables through sudo, to avoid having
           # the already existing XDG_* stuff on the "other side"
-          sudo --preserve-env=CRYPTOLIB,GITHUB_ACTIONS,CI .github/workflows/unit_tests.sh SETUP
+          sudo --preserve-env=CRYPTOLIB,GITHUB_ACTIONS,CI .github/workflows/unit-tests.sh SETUP
       - name: Build & test
-        run: sudo --preserve-env=CRYPTOLIB,GITHUB_ACTIONS,CI .github/workflows/unit_tests.sh RUN_${{ matrix.run_phase }}
+        run: sudo --preserve-env=CRYPTOLIB,GITHUB_ACTIONS,CI .github/workflows/unit-tests.sh RUN_${{ matrix.run_phase }}
         env:
           CRYPTOLIB: ${{ matrix.cryptolib }}