We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e415be commit d661393Copy full SHA for d661393
3 files changed
.github/workflows/export-workflow-usage.yml
@@ -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-30'
20
+ s3_bucket: 'dse-hypercube'
21
+ s3_key_prefix: 'production/github_actions_runtime_data/2025-08-30'
22
+ overwrite_existing_data: false
.github/workflows/guardrails.yaml
.github/workflows/stale.yml
0 commit comments