Skip to content

Commit

Permalink
Don't Run clang-tidy in all-post-commit when launched via workflow di…
Browse files Browse the repository at this point in the history
…spatch (#15680)
  • Loading branch information
blozano-tt authored Dec 4, 2024
1 parent 51bc24e commit 7cc48c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/all-post-commit-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ jobs:
secrets: inherit
with:
os: ubuntu-22.04-amd64
if: github.event_name == 'push'
tt-train-cpp-unit-tests:
needs: build-artifact
secrets: inherit
Expand Down

0 comments on commit 7cc48c7

Please sign in to comment.