~Watch - Avocado #24141
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 - 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" |