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.
1 parent d9323b3 commit 0fc9d03Copy full SHA for 0fc9d03
.github/workflows/server.yml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: Slow tests
81
id: server_integration_tests_slow
82
- if: github.event.schedule != ''
+ if: ${{ github.event.schedule != '' && matrix.build_type == 'Release' }}
83
run: |
84
cd examples/server/tests
85
PORT=8888 ./tests.sh --stop --no-skipped --no-capture --tags slow
0 commit comments