Skip to content

Commit

Permalink
skip ga for "do-not-spell-check" label
Browse files Browse the repository at this point in the history
  • Loading branch information
sdepassio committed Jan 17, 2024
1 parent 027c417 commit e07099a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spellchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ on:
- '.github/workflows/spellchecker.yml'
- 'src/**'
- '.github/scripts/pod_spell_check.t'
tags-ignore:
- do-not-spell-check

jobs:
pod-spell-check:
if: !contains(github.event.issue.labels.*.name, 'do-not-spell-check')

Check failure on line 17 in .github/workflows/spellchecker.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

17:73 syntax error: expected <block end>, but found '<scalar>' (syntax)

runs-on: ubuntu-22.04

steps:
Expand Down

0 comments on commit e07099a

Please sign in to comment.