File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ concurrency:
3131jobs :
3232 run_examples :
3333 name : Run examples in '${{ matrix.example }}' on ${{ matrix.db }}
34+ if : ( github.event_name == 'schedule' && startsWith( github.ref, 'refs/heads/wip/' ) ) || ( github.event_name != 'schedule' )
3435 runs-on : ubuntu-latest
3536 strategy :
3637 matrix :
@@ -108,6 +109,7 @@ jobs:
108109
109110 test_dbs :
110111 name : Test with ${{ matrix.db }}
112+ if : ( github.event_name == 'schedule' && startsWith( github.ref, 'refs/heads/wip/' ) ) || ( github.event_name != 'schedule' )
111113 runs-on : ubuntu-latest
112114 strategy :
113115 matrix :
@@ -147,6 +149,7 @@ jobs:
147149
148150 test_jdks :
149151 name : Test with Java ${{ matrix.java.name }}
152+ if : ( github.event_name == 'schedule' && startsWith( github.ref, 'refs/heads/wip/' ) ) || ( github.event_name != 'schedule' )
150153 runs-on : ubuntu-latest
151154 strategy :
152155 fail-fast : false
You can’t perform that action at this time.
0 commit comments