Skip to content

Commit 2825d4e

Browse files
authored
Merge pull request #222 from contentstack/workflow-fix
chore: add skip-step option to CI workflow
2 parents 8c19173 + 37fb833 commit 2825d4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
with:
5050
output: comment, report-markdown
5151
test-script: npm test
52+
skip-step: install
5253
- uses: marocchino/sticky-pull-request-comment@v2
5354
continue-on-error: true
5455
if: steps.coverage-utils-js.outputs.report != ''

0 commit comments

Comments
 (0)