We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbde3ab + 21f8dff commit 290355aCopy full SHA for 290355a
.github/workflows/push.yaml
@@ -83,7 +83,7 @@ jobs:
83
84
lint-node:
85
needs: changes
86
- if: ${{ needs.changes.outputs.node == 'true' || needs.changes.outputs.rust == 'true' }}
+ if: ${{ needs.changes.outputs.node == 'true' }}
87
runs-on: ubuntu-latest
88
steps:
89
- uses: actions/checkout@v6
@@ -94,7 +94,7 @@ jobs:
94
95
check-node:
96
97
98
99
100
0 commit comments