From 013645bef777e467568edc28539f412325150118 Mon Sep 17 00:00:00 2001 From: ckunki Date: Thu, 23 May 2024 09:55:10 +0200 Subject: [PATCH] May 23rd workflow experiment 4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 856181a..35f445a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Set pytest markers id: pytest-markers - if: ${{ inputs.slow-tests }} + if: ${{ ! inputs.slow-tests }} run: echo slow-tests='-m "not slow"' >> "$GITHUB_OUTPUT" - name: Examine Inputs