Skip to content

Commit

Permalink
Fix clang-tidy weekly cron (#1541)
Browse files Browse the repository at this point in the history
  • Loading branch information
esseivaju authored Dec 9, 2024
1 parent 9ddda63 commit e282d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
run: |
if [ "${{github.event_name}}" == "schedule" ]; then
echo "Full clang-tidy check on scheduled run."
ninja -k0
ninja -Cbuild -k0
exit $?
fi
BASE=$(git merge-base origin/${BASE_REF} HEAD)
Expand Down

0 comments on commit e282d88

Please sign in to comment.