Skip to content

Commit

Permalink
fixup! ci: enable tsan workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusBgm committed Sep 18, 2024
1 parent 5b1c729 commit 7066185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-tsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: ghcr.io/vectorgrp/sil-kit-docker-build/sil-kit-ci-public-runner:main
if: inputs.run_build == true
if: (inputs.run_builds == true) || (github.event == 'push')
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7066185

Please sign in to comment.