Skip to content

Commit

Permalink
chore: Fix job name
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Nov 5, 2024
1 parent fdfa38d commit 82fb2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: echo "matrix={\"changed_file\":${{ steps.filter_files.outputs.filtered_files }}}" >> "$GITHUB_OUTPUT"

dispatch_tests:
name: Dispatch tests for ${{ matrix.name }} (${{ matrix.variant }})
name: Dispatch tests
runs-on: ubuntu-latest
needs:
- get_changed_files
Expand Down

0 comments on commit 82fb2d4

Please sign in to comment.