feat: Add support for returning intermediate outputs of pipeline components #28369
Workflow file for this run
This file contains 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: CI Metrics | |
on: | |
workflow_run: | |
workflows: | |
- "end-to-end" | |
- "Linting" | |
- "Tests" | |
types: | |
- completed | |
pull_request: | |
types: | |
- opened | |
- closed | |
jobs: | |
send: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: int128/datadog-actions-metrics@v1 | |
with: | |
datadog-api-key: ${{ secrets.DATADOG_API_KEY }} | |
datadog-site: "datadoghq.eu" | |
collect-job-metrics: true |