Skip to content

Commit

Permalink
[CTOR-346] Change the label name to avoid checking the spelling in th…
Browse files Browse the repository at this point in the history
…e github actions (#4888)
  • Loading branch information
lucie-dubrunfaut authored Feb 7, 2024
1 parent bad185d commit 22dd665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spellchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
pod-spell-check:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'do-not-spell-check') }}
if: ${{ !contains(github.event.pull_request.labels.*.name, 'do-not-spellcheck') }}
runs-on: ubuntu-22.04

steps:
Expand Down

0 comments on commit 22dd665

Please sign in to comment.