Skip to content

Commit 2fe6225

Browse files
committed
build: run tox lint if actions have changed
`tox lint` is what checks the cog checksums, and there are some in workflows. Unfortunately, this means running pylint more often, but it's hard to finely slice these things.
1 parent 3d93a78 commit 2fe6225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: macos-13
7070

7171
needs: changed
72-
if: ${{ needs.changed.outputs.python == 'true' || needs.changed.outputs.workflow == 'true' }}
72+
if: ${{ needs.changed.outputs.python == 'true' || needs.changed.outputs.actions == 'true' || needs.changed.outputs.workflow == 'true' }}
7373

7474
steps:
7575
- name: "Check out the repo"

0 commit comments

Comments
 (0)