Skip to content

Commit

Permalink
ci: export github actions workflow usage for runs created on 2023-01-12
Browse files Browse the repository at this point in the history
  • Loading branch information
ws-wolfbot committed Feb 22, 2024
1 parent 8bbf6e9 commit ba40c9d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 78 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/export-workflow-usage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Export Workflow Usage

# This workflow runs on all pushes to the repo so we can test changes and provide
# fast feedback.
on:
push:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
export_workflow_usage:
name: Export Workflow Usage
uses: wealthsimple/github-workflows/.github/workflows/export_workflow_usage.yml@export-workflow-usage
secrets: inherit
with:
date: '2023-01-12'
s3_bucket: 'dse-hypercube'
s3_key_prefix: 'development/github_actions_runtime_data/2023-01-12'
overwrite_existing_data: false
58 changes: 0 additions & 58 deletions .github/workflows/main.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/stale.yml

This file was deleted.

0 comments on commit ba40c9d

Please sign in to comment.