From e34e8d5b19563dc65627b5ddd3199c9f554728d3 Mon Sep 17 00:00:00 2001 From: Florian Albrechtskirchinger Date: Sun, 16 Feb 2025 11:43:50 +0100 Subject: [PATCH] Fix wording --- .github/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 295e205..370ad16 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -8,15 +8,15 @@ on: gtest_filter: description: 'Google Test filter' test_linux: - description: 'Test Linux' + description: 'Test on Linux' type: boolean default: true test_macos: - description: 'Test MacOS' + description: 'Test on MacOS' type: boolean default: true test_windows: - description: 'Test Windows' + description: 'Test on Windows' type: boolean default: true