diff options
| author | Dennis <13968467+Decstasy@users.noreply.github.com> | 2025-11-25 15:02:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-25 15:02:52 +0100 |
| commit | cedfc166d42f4e89dddc1caa44e0655157d35a0a (patch) | |
| tree | ee980d8df72bc9611099f6a997274831098d4175 /.github/workflows/test.yml | |
| parent | 978343ed03d3327597fa3317901f1c1741a7e3c4 (diff) | |
| parent | 3657197cf77ca78f6e2d003a71d48dc5d4dc45ae (diff) | |
| download | monitoring-plugins-cedfc166.tar.gz | |
Merge branch 'master' into check_dig_flags_feature
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1ac8aaf3..5a0b2943 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
| @@ -28,7 +28,7 @@ jobs: | |||
| 28 | prepare: .github/prepare_debian.sh | 28 | prepare: .github/prepare_debian.sh |
| 29 | steps: | 29 | steps: |
| 30 | - name: Git clone repository | 30 | - name: Git clone repository |
| 31 | uses: actions/checkout@v5 | 31 | uses: actions/checkout@v6 |
| 32 | - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate | 32 | - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate |
| 33 | uses: mxschmitt/action-tmate@v3 | 33 | uses: mxschmitt/action-tmate@v3 |
| 34 | if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} | 34 | if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} |
| @@ -69,7 +69,7 @@ jobs: | |||
| 69 | # - {"distro": "oraclelinux:9", "build": ".github/mock.sh"} | 69 | # - {"distro": "oraclelinux:9", "build": ".github/mock.sh"} |
| 70 | steps: | 70 | steps: |
| 71 | - name: Git clone repository | 71 | - name: Git clone repository |
| 72 | uses: actions/checkout@v5 | 72 | uses: actions/checkout@v6 |
| 73 | - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate | 73 | - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate |
| 74 | uses: mxschmitt/action-tmate@v3 | 74 | uses: mxschmitt/action-tmate@v3 |
| 75 | if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} | 75 | if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} |
