Skip to content

Commit feccb5e

Browse files
committed
ci: export github actions workflow usage for runs created on 2025-08-29
1 parent 5e7b01c commit feccb5e

2 files changed

Lines changed: 22 additions & 37 deletions

File tree

.github/workflows/default.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Export Workflow Usage
3+
4+
# This workflow runs on all pushes to the repo so we can test changes and provide
5+
# fast feedback.
6+
on:
7+
push:
8+
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
13+
jobs:
14+
export_workflow_usage:
15+
name: Export Workflow Usage
16+
uses: wealthsimple/github-workflows/.github/workflows/export_workflow_usage.yml@v1
17+
secrets: inherit
18+
with:
19+
date: '2025-08-29'
20+
s3_bucket: 'dse-hypercube'
21+
s3_key_prefix: 'production/github_actions_runtime_data/2025-08-29'
22+
overwrite_existing_data: false

0 commit comments

Comments
 (0)