Skip to content

Commit

Permalink
fix: set a default name for job identity-multi-worker-test while it i…
Browse files Browse the repository at this point in the history
…s skipped (#3112)

Co-authored-by: higherordertech <higherordertech>
  • Loading branch information
wli-pro authored Oct 2, 2024
1 parent a27f8bb commit 5d3ab44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ jobs:
- test_name: lit-di-substrate-identity-multiworker-test
- test_name: lit-dr-vc-multiworker-test
- test_name: lit-resume-worker
name: ${{ matrix.test_name }}
name: ${{ matrix.test_name || 'identity-multi-worker-test' }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 5d3ab44

Please sign in to comment.