Skip to content

Commit

Permalink
pants --no-watch-filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
felickz authored Jul 31, 2024
1 parent 7c8f62e commit acd67c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# run: pants lint check '::'
run: |
pants clean-all
pants compile :: --no-pantsd --no-local-cache
pants compile :: --no-pantsd --no-local-cache --no-watch-filesystem
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
Expand Down

0 comments on commit acd67c7

Please sign in to comment.