Skip to content

Commit 1d0d2ef

Browse files
committed
Remove github actions backend test condition
1 parent 37ff476 commit 1d0d2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
backend-test:
4040
name: Test Backend
4141
needs: changes
42-
if: ${{ needs.changes.outputs.backend == 'true' }}
42+
# if: ${{ needs.changes.outputs.backend == 'true' }}
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Checkout code

0 commit comments

Comments
 (0)