~Watch - LintDiff #26497
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use ~ to sort the workflow to the bottom of the list | |
name: "~Watch - LintDiff" | |
on: | |
# check_suite is preferred over check_run to avoid triggering on all check | |
# runs. In some cases, check_run must be used in testing environments. | |
check_suite: | |
types: completed | |
workflow_run: | |
types: completed | |
workflows: | |
- "\\[TEST-IGNORE\\] Swagger LintDiff - Analyze Code" | |
permissions: | |
checks: read | |
contents: read | |
jobs: | |
LintDiff: | |
name: Watch LintDiff | |
uses: ./.github/workflows/_reusable-verify-run-status.yaml | |
with: | |
check_run_name: "Swagger LintDiff" | |
workflow_name: "[TEST-IGNORE] Swagger LintDiff - Analyze Code" |