We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 045394b commit f5294d7Copy full SHA for f5294d7
template/.github/workflows/publish_to_staging.yaml.jinja
@@ -81,7 +81,7 @@ jobs:
81
run: uv run pytest --durations=5
82
83
build:
84
- needs: [ test ]
+ # needs: [ test ]
85
runs-on: {% endraw %}{{ gha_linux_runner }}{% raw %}
86
87
steps:
0 commit comments