Skip to content

Commit

Permalink
May 23rd workflow experiment 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed May 23, 2024
1 parent 4490332 commit 013645b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 013645b

Please sign in to comment.