mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-30 08:37:20 +00:00
24 lines
441 B
YAML
24 lines
441 B
YAML
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
|