Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ci(spell-check): do not run on draft prs
  • Loading branch information
Fdawgs committed Nov 9, 2021
1 parent 10b1256 commit f4705c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/spell-check.yml
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
spellcheck:
name: Spellcheck with Typo CI
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.5
Expand Down

0 comments on commit f4705c2

Please sign in to comment.