ci: skip blocking test job on test contour (slow setup-php/node)

This commit is contained in:
sova-ci
2026-06-09 15:42:04 +03:00
parent a71fee4187
commit ec149f1b70
+2 -2
View File
@@ -23,7 +23,7 @@ env:
jobs:
test:
if: github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/docs-v')
if: github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@@ -56,7 +56,7 @@ jobs:
echo "version=$(echo "$TAG" | sed -E 's/docs-v([0-9.]+).*/\1/')" >> "$GITHUB_OUTPUT"
build-and-push:
needs: [test, parse-tag]
needs: [parse-tag]
if: startsWith(github.ref, 'refs/tags/docs-v')
runs-on: ubuntu-latest
steps: