Skip to content

Commit 67b629f

Browse files
committed
ci: export github actions workflow usage for runs created on 2025-08-29
1 parent 3e415be commit 67b629f

3 files changed

Lines changed: 22 additions & 35 deletions

File tree

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

.github/workflows/guardrails.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/workflows/stale.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)