mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-09 05:37:25 +00:00
* ci: use ubuntu-slim where makes sense * revert some changes * test more actions * test sync docs too * revert * set go version
24 lines
454 B
YAML
24 lines
454 B
YAML
name: CI Metrics
|
|
|
|
on:
|
|
workflow_run:
|
|
workflows:
|
|
- "end-to-end"
|
|
- "Tests"
|
|
- "Slow Integration Tests"
|
|
types:
|
|
- completed
|
|
pull_request:
|
|
types:
|
|
- opened
|
|
- closed
|
|
jobs:
|
|
send:
|
|
runs-on: ubuntu-slim
|
|
steps:
|
|
- uses: int128/datadog-actions-metrics@v1
|
|
with:
|
|
datadog-api-key: ${{ secrets.DATADOG_API_KEY }}
|
|
datadog-site: "datadoghq.eu"
|
|
collect-job-metrics: true
|