Skip to content

Commit 706850d

Browse files
committed
chore: more descriptive names
1 parent 004221a commit 706850d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/comment-diffs.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ on:
1010
- '!**.md'
1111

1212
jobs:
13-
comment-diffs:
13+
generate-diffs-if-needed:
14+
name: Generate library, compare, and post diffs if needed
1415
strategy:
1516
fail-fast: false
1617
matrix:
@@ -224,9 +225,10 @@ jobs:
224225
name: outputs
225226
path: outputs/*.txt
226227

227-
read-values:
228+
read-artifacts-and-comment:
229+
name: Read the artifacts and comment
228230
runs-on: ubuntu-latest
229-
needs: [comment-diffs]
231+
needs: [generate-diffs-if-needed]
230232
steps:
231233
- name: Load outputs
232234
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)