Skip to content

Commit

Permalink
try to use matrix.folder as job name
Browse files Browse the repository at this point in the history
  • Loading branch information
rkthtrifork committed Dec 5, 2023
1 parent 9ca9f6d commit 681d527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-component-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: trifork/cheetah-infrastructure-utils-workflows/.github/workflows/e2e-should-run.yml@main

run-component-tests:
name: Run
name: ${{ matrix.folder }}
needs: should-run
if: ${{ needs.should-run.outputs.should-run }}

Expand Down

0 comments on commit 681d527

Please sign in to comment.