[CTOR-346] Change the label name to avoid checking the spelling in the github actions (#4888)

This commit is contained in:
Lucie Dubrunfaut 2024-02-07 14:59:54 +01:00 committed by GitHub
parent bad185d538
commit 22dd665c72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: