From e3271ec62b3f8e1e77f551a8cde6fe22203dc5a3 Mon Sep 17 00:00:00 2001 From: leovct Date: Wed, 23 Oct 2024 10:24:01 +0200 Subject: [PATCH] fix: typo --- .github/workflows/lint.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c98a21b1..d2257d18 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -61,9 +61,7 @@ jobs: - name: Generate test combinations working-directory: .github/tests run: ./combine-ymls.sh - - - name: Try to update test combinations - run: make gen + - name: Check if test combinations are up to date run: | if [[ -n $(git status --porcelain) ]]; then