forked from vectordotdev/vector
-
Notifications
You must be signed in to change notification settings - Fork 1
33 lines (31 loc) · 806 Bytes
/
metrics.yml
File metadata and controls
33 lines (31 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: Workflow Metrics
on:
workflow_run:
workflows:
- 'Benchmark Suite'
- 'K8S E2E Suite'
- 'Test Suite'
- 'Integration Test Suite'
- 'Nightly'
- 'Baseline Timings'
types:
- completed
permissions:
actions: read
jobs:
report:
name: Report
runs-on: ubuntu-latest
steps:
- name: Checkout Action
uses: actions/checkout@v2.3.5
with:
repository: timberio/gh-actions-workflow-metrics
ref: main
token: ${{ secrets.GH_ACCESS_TOKEN }}
path: .github/actions/gh-actions-workflow-metrics
- name: Run Action
uses: ./.github/actions/gh-actions-workflow-metrics
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
dd_api_key: ${{ secrets.DD_API_KEY }}