From 7ab0d1919b18be4582d1b6e18fbd6808183c861a Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Fri, 12 Apr 2024 12:56:34 -0400 Subject: [PATCH] Clarify comments --- .github/workflows/check-dist.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index f6883f0..9d50b20 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -49,7 +49,8 @@ jobs: id: build run: npm run bundle - # This will fail the workflow if the PR wasn't created by Dependabot. + # This will fail the workflow if the `dist/` directory is different than + # expected. - name: Compare Directories id: diff run: | @@ -59,8 +60,8 @@ jobs: exit 1 fi - # If `dist/` was different than expected, and this was not a Dependabot - # PR, upload the expected version as a workflow artifact. + # If `dist/` was different than expected, upload the expected version as a + # workflow artifact. - if: ${{ failure() && steps.diff.outcome == 'failure' }} name: Upload Artifact id: upload