Skip to content

Commit

Permalink
add run-crucible-tracking.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Aug 1, 2024
1 parent dcc6d0f commit 5553ebd
Show file tree
Hide file tree
Showing 6 changed files with 21 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-crucible-ci.yaml
- .github/workflows/faux-workshop-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-crucible-ci.yaml
- .github/workflows/faux-workshop-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-crucible-ci.yaml
- .github/workflows/faux-workshop-ci.yaml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/faux-workshop-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-workshop-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 }}
1 change: 1 addition & 0 deletions .github/workflows/workshop-ci.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-crucible-ci.yaml
- .github/workflows/faux-workshop-ci.yaml
- 'docs/**'
Expand Down

0 comments on commit 5553ebd

Please sign in to comment.