Skip to content

Commit

Permalink
CI: Fixed skip
Browse files Browse the repository at this point in the history
  • Loading branch information
drowaudio committed Sep 25, 2024
1 parent c6c1f23 commit 94a3d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_ctest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
steps:
# Check if TSan should be run
- name: Check TSan jobs
if: ${{ ! matrix.tsan || github.event_name == 'push' }}
if: ${{ matrix.tsan && github.event_name == 'push' }}
run: |
echo "SKIP_STEPS=1" >> $GITHUB_ENV
Expand Down

0 comments on commit 94a3d3e

Please sign in to comment.