We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ff476 commit 1d0d2efCopy full SHA for 1d0d2ef
.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39
backend-test:
40
name: Test Backend
41
needs: changes
42
- if: ${{ needs.changes.outputs.backend == 'true' }}
+ # if: ${{ needs.changes.outputs.backend == 'true' }}
43
runs-on: ubuntu-latest
44
steps:
45
- name: Checkout code
0 commit comments