Skip to content

Commit 82bb921

Browse files
committed
chore: add workflow name
1 parent 783e2f1 commit 82bb921

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_posts/2024-08-21-adding-comments-to-pr.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ and upload the generated data as an artifact. See the snippet below for the rele
5656

5757
{% highlight yaml %}
5858
{% raw %}
59+
name: Java Test and Coverage
60+
5961
...
6062

6163
- name: Generate coverage comment
@@ -93,7 +95,7 @@ file **pr-number.txt** to know to which PR that comment should be added in the s
9395

9496
Now that we have a workflow to calculate the code coverage of the PR and generate a comment that we would like to add to it,
9597
we just need a [workflow](https://github.com/eclipse-uprotocol/up-java/blob/main/.github/workflows/coverage-comment-pr.yml) that gets triggered
96-
when the first workflow is completed:
98+
when the first workflow (filtered by its name) is completed:
9799

98100
{% highlight yaml %}
99101
{% raw %}

0 commit comments

Comments
 (0)