We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7b01c commit feccb5eCopy full SHA for feccb5e
2 files changed
.github/workflows/default.yml
.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-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