Skip to content

Commit

Permalink
Merge pull request #90 from perftool-incubator/dev-kmr
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister authored Jul 30, 2024
2 parents 4cc955f + 853c77f commit 49988ca
Show file tree
Hide file tree
Showing 5 changed files with 20 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/faux-crucible-ci.yaml
- .github/workflows/faux-unittest.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/faux-crucible-ci.yaml
- .github/workflows/faux-unittest.yaml
- 'docs/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/faux-unittest.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-unittest.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 }}
1 change: 1 addition & 0 deletions .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
paths-ignore:
- LICENSE
- '**.md'
- .github/workflows/run-crucible-tracking.yaml
- .github/workflows/faux-crucible-ci.yaml
- .github/workflows/faux-unittest.yaml
- 'docs/**'
Expand Down

0 comments on commit 49988ca

Please sign in to comment.