fix: docs spelling and workflow check (#336)

This commit is contained in:
ykiko
2026-01-01 00:48:14 +08:00
committed by GitHub
parent 4d16cf7b0a
commit dee5e136b7
5 changed files with 16 additions and 15 deletions

View File

@@ -106,7 +106,7 @@ jobs:
secrets: inherit
checks-passed:
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
if: ${{ always() && !startsWith(github.ref, 'refs/tags/') }}
needs:
- format
- deploy
@@ -119,4 +119,5 @@ jobs:
- name: Check results
uses: re-actors/alls-green@release/v1
with:
allowed-skips: format,deploy,clice,vscode,cmake,xmake
jobs: ${{ toJSON(needs) }}