From 1a6500cd438ca39e099133910f55fe2bc14adde3 Mon Sep 17 00:00:00 2001 From: Gil Desmarais Date: Fri, 1 May 2026 15:25:16 +0200 Subject: [PATCH] ci: enable docker smoke tests on release PRs --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) 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