Skip to content

Commit

Permalink
TST: try only running pre-commit checks on modified files
Browse files Browse the repository at this point in the history
  • Loading branch information
tangkong committed Apr 25, 2024
1 parent 46b7662 commit 49edd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
name: "pre-commit checks"
uses: pcdshub/pcds-ci-helpers/.github/workflows/pre-commit.yml@master
with:
args: "--all-files"
args: "--from-ref ${{ github.event.pull_request.base.sha }}"

0 comments on commit 49edd0b

Please sign in to comment.