diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a5e4b839f..38d0cb6662 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,6 +31,7 @@ concurrency: jobs: run_examples: name: Run examples in '${{ matrix.example }}' on ${{ matrix.db }} + if: github.event.schedule == '' || startsWith( github.ref, 'refs/heads/wip/' ) runs-on: ubuntu-latest strategy: matrix: @@ -108,6 +109,7 @@ jobs: test_dbs: name: Test with ${{ matrix.db }} + if: github.event.schedule == '' || startsWith( github.ref, 'refs/heads/wip/' ) runs-on: ubuntu-latest strategy: matrix: @@ -147,6 +149,7 @@ jobs: test_jdks: name: Test with Java ${{ matrix.java.name }} + if: github.event.schedule == '' || startsWith( github.ref, 'refs/heads/wip/' ) runs-on: ubuntu-latest strategy: fail-fast: false