We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90822ab commit a6c1f0bCopy full SHA for a6c1f0b
1 file changed
.github/workflows/comment.yml
@@ -15,7 +15,7 @@ on:
15
16
jobs:
17
analyze_flash:
18
- name: Analyzing ${{ matrix.target }}
+ name: Analyzing
19
runs-on: ubuntu-24.04
20
outputs:
21
buildate: ${{ steps.builder.outputs.buildate }}
@@ -31,7 +31,7 @@ jobs:
31
echo "buildate=$(bash ./build.sh)" >> $GITHUB_OUTPUT
32
33
post_pr_comment:
34
- name: Publish Results
+ name: Publishing Results
35
36
needs: [analyze_flash]
37
if: ${{ github.event.pull_request }}
0 commit comments