Skip to content

Commit

Permalink
Merge pull request #526 from perftool-incubator/dev-kmr2
Browse files Browse the repository at this point in the history
Dev kmr2
  • Loading branch information
k-rister authored Jul 23, 2024
2 parents eeab270 + afaefb2 commit 3d83846
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 0 deletions.
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/crucible-merged.yaml
- .github/workflows/faux-unittest.yaml
- .github/workflows/faux-crucible-ci.yaml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/crucible-merged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths-ignore:
- LICENSE
- '**.md'
- .github/workflows/run-crucible-tracking.yaml
- .github/workflows/faux-unittest.yaml
- .github/workflows/faux-crucible-ci.yaml
- 'docs/**'
Expand Down
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/crucible-merged.yaml
- .github/workflows/faux-unittest.yaml
- .github/workflows/faux-crucible-ci.yaml
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/faux-unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
paths:
- LICENSE
- '**.md'
- .github/workflows/run-crucible-tracking.yaml
- .github/workflows/crucible-merged.yaml
- .github/workflows/faux-unittest.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 }}
2 changes: 2 additions & 0 deletions .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
paths-ignore:
- LICENSE
- '**.md'
- .github/workflows/run-crucible-tracking.yaml
- .github/workflows/crucible-merged.yaml
- .github/workflows/faux-unittest.yaml
- .github/workflows/faux-crucible-ci.yaml
- 'docs/**'
Expand Down

0 comments on commit 3d83846

Please sign in to comment.