[CTOR-346] Change the label name to avoid checking the spelling in the github actions (#4888)
This commit is contained in:
parent
bad185d538
commit
22dd665c72
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue