We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8062b54 commit cc7fc29Copy full SHA for cc7fc29
1 file changed
.github/workflows/ci.yml
@@ -155,7 +155,6 @@ jobs:
155
- ruby
156
- openapi
157
- frontend
158
- if: github.event_name != 'pull_request' || !startsWith(github.head_ref, 'release-please--')
159
runs-on: ubuntu-latest
160
steps:
161
- uses: actions/checkout@v6
@@ -172,7 +171,6 @@ jobs:
172
171
docker-test:
173
needs:
174
- docker-build-smoke-image
175
176
177
strategy:
178
fail-fast: false
0 commit comments