Skip to content

Commit 481a423

Browse files
committed
Fixed job names
1 parent 9520b26 commit 481a423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
packaging_test:
2727
name: Build a minimal set of packages and run all tests on them
28-
needs: ensure_submodule_sanity
28+
needs: submodule_sanity_guard
2929
# Skip packaging tests for draft PRs
3030
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }}
3131
uses: ./.github/workflows/packaging.yml
@@ -36,7 +36,7 @@ jobs:
3636

3737
coverage_test:
3838
name: Run coverage tests
39-
needs: ensure_submodule_sanity
39+
needs: submodule_sanity_guard
4040
# Only run coverage test for draft PRs
4141
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.draft == true }}
4242
uses: ./.github/workflows/coverage.yml

0 commit comments

Comments
 (0)