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 9520b26 commit 481a423Copy full SHA for 481a423
.github/workflows/on_pr.yml
@@ -25,7 +25,7 @@ jobs:
25
26
packaging_test:
27
name: Build a minimal set of packages and run all tests on them
28
- needs: ensure_submodule_sanity
+ needs: submodule_sanity_guard
29
# Skip packaging tests for draft PRs
30
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }}
31
uses: ./.github/workflows/packaging.yml
@@ -36,7 +36,7 @@ jobs:
36
37
coverage_test:
38
name: Run coverage tests
39
40
# Only run coverage test for draft PRs
41
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.draft == true }}
42
uses: ./.github/workflows/coverage.yml
0 commit comments