There was an error while loading. Please reload this page.
1 parent 0e61321 commit 2bf52efCopy full SHA for 2bf52ef
.github/workflows/ci.yaml
@@ -86,7 +86,7 @@ jobs:
86
- uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0
87
with:
88
token: ${{ secrets.GITHUB_TOKEN }}
89
- name: Unit Test Check
+ name: CI Check
90
conclusion: ${{needs.affected-check.result == 'skipped' && 'success' || needs.affected-check.result}}
91
92
0 commit comments