[monitoring-plugins] ci: fix typo
Lorenz Kästle
git at monitoring-plugins.org
Wed Sep 23 09:10:13 CEST 2026
Module: monitoring-plugins
Branch: master
Commit: 3a4ee2ed82447c01f6ca0aba5fe71b2f606edbc0
Author: Christopher Kreft <email at christopherkreft.de>
Committer: Lorenz Kästle <12514511+RincewindsHat at users.noreply.github.com>
Date: Tue Sep 22 12:15:28 2026 +0200
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=3a4ee2ed
ci: fix typo
---
.github/workflows/test-next.yml | 2 +-
.github/workflows/test.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/test-next.yml b/.github/workflows/test-next.yml
index 8516f34a..9e7b5bea 100644
--- a/.github/workflows/test-next.yml
+++ b/.github/workflows/test-next.yml
@@ -18,7 +18,7 @@ on:
jobs:
full-test:
- name: Running unit and integrationt tests
+ name: Running unit and integration tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index d9cd4442..f028f5a2 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -16,7 +16,7 @@ on:
jobs:
full-test:
- name: Running unit and integrationt tests
+ name: Running unit and integration tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
More information about the Commits
mailing list