diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 186e25cf..02b6235c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,7 +155,6 @@ jobs: - ruby - openapi - frontend - if: github.event_name != 'pull_request' || !startsWith(github.head_ref, 'release-please--') runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 @@ -172,7 +171,6 @@ jobs: docker-test: needs: - docker-build-smoke-image - if: github.event_name != 'pull_request' || !startsWith(github.head_ref, 'release-please--') runs-on: ubuntu-latest strategy: fail-fast: false