Skip to content

Commit a6c1f0b

Browse files
committed
ci: fix workflow job names
1 parent 90822ab commit a6c1f0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
analyze_flash:
18-
name: Analyzing ${{ matrix.target }}
18+
name: Analyzing
1919
runs-on: ubuntu-24.04
2020
outputs:
2121
buildate: ${{ steps.builder.outputs.buildate }}
@@ -31,7 +31,7 @@ jobs:
3131
echo "buildate=$(bash ./build.sh)" >> $GITHUB_OUTPUT
3232
3333
post_pr_comment:
34-
name: Publish Results
34+
name: Publishing Results
3535
runs-on: ubuntu-24.04
3636
needs: [analyze_flash]
3737
if: ${{ github.event.pull_request }}

0 commit comments

Comments
 (0)