Skip to content

Commit 0fc9d03

Browse files
committed
server: tests: schedule slow only on release
1 parent d9323b3 commit 0fc9d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Slow tests
8181
id: server_integration_tests_slow
82-
if: github.event.schedule != ''
82+
if: ${{ github.event.schedule != '' && matrix.build_type == 'Release' }}
8383
run: |
8484
cd examples/server/tests
8585
PORT=8888 ./tests.sh --stop --no-skipped --no-capture --tags slow

0 commit comments

Comments
 (0)