Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Backport merged pull request
name: "CI: Backport the merged PR"

on:
pull_request_target:
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,3 +389,15 @@ jobs:
./.github/workflows/build-docs.yml
with:
build_ctk_ver: ${{ needs.build.outputs.BUILD_CTK_VER }}

checks:
name: Check job status
permissions:
checks: read
needs:
- build
- test
- doc
secrets: inherit
uses:
./.github/workflows/status-check.yml
16 changes: 16 additions & 0 deletions .github/workflows/status-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "CI: Summary"

on:
workflow_call:

jobs:
checks:
name: Check job status
runs-on: ubuntu-latest
steps:
- name: GitHub Checks
uses: poseidon/wait-for-status-checks@v0.6.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
match_pattern: "CI*"
ignore_pattern: ".*Check job status.*" # ignore self