Skip to content

~Watch - Avocado #24250

~Watch - Avocado

~Watch - Avocado #24250

# Use ~ to sort the workflow to the bottom of the list
name: "~Watch - Avocado"
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 Avocado - Analyze Code"
permissions:
checks: read
contents: read
jobs:
Avocado:
name: Watch Avocado
uses: ./.github/workflows/_reusable-verify-run-status.yaml
with:
check_run_name: "Swagger Avocado"
workflow_name: "[TEST-IGNORE] Swagger Avocado - Analyze Code"