(PE-40346) Fix retrieve_additional_metrics error handling #59
Workflow file for this run
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
name: Call main PR testing workflows | |
on: | |
workflow_dispatch: | |
pull_request: | |
paths-ignore: | |
- '**.md' | |
- 'examples/**' | |
- 'CODEOWNERS' | |
- 'LICENSE' | |
jobs: | |
spec_testing: | |
name: "Spec testing" | |
uses: ./.github/workflows/spec.yml | |
lts_testing: | |
name: "PE LTS Testing" | |
needs: spec_testing | |
uses: ./.github/workflows/pe_lts_testing.yml | |
latest_testing: | |
name: "PE latest Testing" | |
needs: spec_testing | |
uses: ./.github/workflows/pe_latest_testing.yml |