Skip to content

Commit

Permalink
Merge pull request #108 from perftool-incubator/dev-kmr
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister authored Jul 31, 2024
2 parents 1fc4257 + 543321d commit 8c0391e
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cdm-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
paths-ignore:
- LICENSE
- '**.md'
- .github/workflows/run-crucible-tracking.yaml
- .github/workflows/faux-crucible-ci.yaml
- .github/workflows/faux-cdm-ci.yaml
- 'docs/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/crucible-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths-ignore:
- LICENSE
- '**.md'
- .github/workflows/run-crucible-tracking.yaml
- .github/workflows/faux-crucible-ci.yaml
- 'docs/**'
workflow_dispatch:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/faux-cdm-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- LICENSE
- '**.md'
- .github/workflows/run-crucible-tracking.yaml
- .github/workflows/faux-crucible-ci.yaml
- .github/workflows/faux-cdm-ci.yaml
- 'docs/**'
Expand All @@ -14,4 +15,4 @@ jobs:
cdm-ci:
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required" '
- run: 'echo "No build required" '
1 change: 1 addition & 0 deletions .github/workflows/faux-crucible-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- LICENSE
- '**.md'
- .github/workflows/run-crucible-tracking.yaml
- .github/workflows/faux-crucible-ci.yaml
- 'docs/**'

Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/run-crucible-tracking.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: run-crucible-tracking

on:
pull_request:
types: [ opened ]
issues:
types: [ opened ]

jobs:
call-crucible-tracking:
if: github.repository_owner == 'perftool-incubator'
uses: perftool-incubator/crucible-ci/.github/workflows/crucible-tracking.yaml@main
with:
app_id: ${{ vars.APP_ID__PROJECT_CRUCIBLE_TRACKING }}
secrets:
private_key: ${{ secrets.PRIVATE_KEY__PROJECT_CRUCIBLE_TRACKING }}

0 comments on commit 8c0391e

Please sign in to comment.