Skip to content

Commit

Permalink
Merge pull request #83 from perftool-incubator/dev-kmr
Browse files Browse the repository at this point in the history
Dev kmr
  • Loading branch information
k-rister authored Aug 1, 2024
2 parents dcc6d0f + 63dbb05 commit 904a490
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 1 deletion.
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
3 changes: 2 additions & 1 deletion .github/workflows/faux-workshop-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ on:
paths:
- LICENSE
- '**.md'
- .github/workflows/run-crucible-tracking.yaml
- .github/workflows/faux-crucible-ci.yaml
- .github/workflows/faux-workshop-ci.yaml
- 'docs/**'

jobs:
workshop-ci:
runs-on: ubuntu-latest
runs-on: [ self-hosted, workflow-overhead ]
steps:
- run: 'echo "No build required" '
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 904a490

Please sign in to comment.