Skip to content

Commit

Permalink
ci: add skip labels for doc_changes and no_cyrillic validations (#75)
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
universal-itengineer authored Apr 27, 2024
1 parent 86c1652 commit 1ad80f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@ defaults:

jobs:
no_cyrillic:
if: "!contains(github.event.pull_request.labels.*.name, 'validation/skip/no_cyrillic')"
runs-on: ubuntu-latest
name: Validation no-cyrillic
steps:
@@ -34,6 +35,7 @@ jobs:
task validation:no-cyrillic
doc_changes:
if: "!contains(github.event.pull_request.labels.*.name, 'validation/skip/doc_changes')"
runs-on: ubuntu-latest
name: Validation doc-changes
steps:

0 comments on commit 1ad80f1

Please sign in to comment.