Skip to content

Commit

Permalink
add the crucible-merged.yaml GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Sep 25, 2024
1 parent e979f2b commit 57804ff
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/crucible-merged.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: crucible-merged

on:
pull_request_target:
types: [ closed ]
branches: [ master ]
paths-ignore:
- LICENSE
- '**.md'
- .github/workflows/run-crucible-tracking.yaml
- .github/workflows/faux-crucible-ci.yaml
- 'docs/**'
workflow_dispatch:

jobs:
call-tool-crucible-ci_if-merged:
if: github.event.pull_request.merged == true
uses: perftool-incubator/crucible-ci/.github/workflows/tool-crucible-ci.yaml@main
with:
ci_target: "kernel"
ci_target_branch: "master"
github_workspace: "$GITHUB_WORKSPACE"
secrets:
production_registry_auth: ${{ secrets.CRUCIBLE_PRODUCTION_ENGINES_REGISTRY_AUTH }}
quay_oauth_token: ${{ secrets.CRUCIBLE_QUAYIO_OAUTH_TOKEN }}

0 comments on commit 57804ff

Please sign in to comment.