Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
needs:
- get_changed_files
name: 'pre-commit checks'
uses: pcdshub/pcds-ci-helpers/.github/workflows/pre-commit.yml@2e7e5ec8fb8afca5fa0cdb60b82b0f1b99cd2647
uses: pcdshub/pcds-ci-helpers/.github/workflows/pre-commit.yml@d535ae04c63236687160bfde064e83489a5eceba
with:
args: "--files ${{ needs.get_changed_files.outputs.PROJECT_FILES }}"