Skip to content

Commit d56ef71

Browse files
committed
Clarify comments
1 parent 3715355 commit d56ef71

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/check-dist.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
id: build
4646
run: npm run bundle
4747

48-
# This will fail the workflow if the PR wasn't created by Dependabot.
48+
# This will fail the workflow if the `dist/` directory is different than
49+
# expected.
4950
- name: Compare Directories
5051
id: diff
5152
run: |
@@ -55,8 +56,8 @@ jobs:
5556
exit 1
5657
fi
5758
58-
# If `dist/` was different than expected, and this was not a Dependabot
59-
# PR, upload the expected version as a workflow artifact.
59+
# If `dist/` was different than expected, upload the expected version as a
60+
# workflow artifact.
6061
- if: ${{ failure() && steps.diff.outcome == 'failure' }}
6162
name: Upload Artifact
6263
id: upload

0 commit comments

Comments
 (0)