We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004221a commit 706850dCopy full SHA for 706850d
.github/workflows/comment-diffs.yml
@@ -10,7 +10,8 @@ on:
10
- '!**.md'
11
12
jobs:
13
- comment-diffs:
+ generate-diffs-if-needed:
14
+ name: Generate library, compare, and post diffs if needed
15
strategy:
16
fail-fast: false
17
matrix:
@@ -224,9 +225,10 @@ jobs:
224
225
name: outputs
226
path: outputs/*.txt
227
- read-values:
228
+ read-artifacts-and-comment:
229
+ name: Read the artifacts and comment
230
runs-on: ubuntu-latest
- needs: [comment-diffs]
231
+ needs: [generate-diffs-if-needed]
232
steps:
233
- name: Load outputs
234
uses: actions/download-artifact@v3
0 commit comments