Skip to content

Commit cc7fc29

Browse files
authored
ci: enable docker smoke tests on release PRs (#970)
1 parent 8062b54 commit cc7fc29

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ jobs:
155155
- ruby
156156
- openapi
157157
- frontend
158-
if: github.event_name != 'pull_request' || !startsWith(github.head_ref, 'release-please--')
159158
runs-on: ubuntu-latest
160159
steps:
161160
- uses: actions/checkout@v6
@@ -172,7 +171,6 @@ jobs:
172171
docker-test:
173172
needs:
174173
- docker-build-smoke-image
175-
if: github.event_name != 'pull_request' || !startsWith(github.head_ref, 'release-please--')
176174
runs-on: ubuntu-latest
177175
strategy:
178176
fail-fast: false

0 commit comments

Comments
 (0)