summaryrefslogtreecommitdiffstats
path: root/.github/workflows/test-next.yml
diff options
context:
space:
mode:
authorDennis <13968467+Decstasy@users.noreply.github.com>2025-11-25 15:02:52 +0100
committerGitHub <noreply@github.com>2025-11-25 15:02:52 +0100
commitcedfc166d42f4e89dddc1caa44e0655157d35a0a (patch)
treeee980d8df72bc9611099f6a997274831098d4175 /.github/workflows/test-next.yml
parent978343ed03d3327597fa3317901f1c1741a7e3c4 (diff)
parent3657197cf77ca78f6e2d003a71d48dc5d4dc45ae (diff)
downloadmonitoring-plugins-cedfc166.tar.gz
Merge branch 'master' into check_dig_flags_feature
Diffstat (limited to '.github/workflows/test-next.yml')
-rw-r--r--.github/workflows/test-next.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-next.yml b/.github/workflows/test-next.yml
index 0e69c251..a7e9b9d6 100644
--- a/.github/workflows/test-next.yml
+++ b/.github/workflows/test-next.yml
@@ -30,7 +30,7 @@ jobs:
30 prepare: .github/prepare_debian.sh 30 prepare: .github/prepare_debian.sh
31 steps: 31 steps:
32 - name: Git clone repository 32 - name: Git clone repository
33 uses: actions/checkout@v5 33 uses: actions/checkout@v6
34 - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate 34 - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate
35 uses: mxschmitt/action-tmate@v3 35 uses: mxschmitt/action-tmate@v3
36 if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} 36 if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
@@ -68,7 +68,7 @@ jobs:
68 - {"distro": "fedora:rawhide", "build": ".github/mock.sh"} 68 - {"distro": "fedora:rawhide", "build": ".github/mock.sh"}
69 steps: 69 steps:
70 - name: Git clone repository 70 - name: Git clone repository
71 uses: actions/checkout@v5 71 uses: actions/checkout@v6
72 - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate 72 - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate
73 uses: mxschmitt/action-tmate@v3 73 uses: mxschmitt/action-tmate@v3
74 if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} 74 if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}