Skip to content

Commit

Permalink
[ci] small fix on check job name
Browse files Browse the repository at this point in the history
Signed-off-by: Zhouqi Jiang <luojia@hust.edu.cn>
  • Loading branch information
luojia65 committed Oct 8, 2024
1 parent 0c513d9 commit adb64f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
check:
name: Determine Rust or C check
runs-on: ubuntu-latest

outputs:
Expand All @@ -30,8 +31,8 @@ jobs:
echo "::set-output name=is_rust::false"
fi
cargo_check:
name: Cargo
rust_check:
name: Rust
needs: check
if: ${{ needs.check.outputs.is_rust == 'true' }}
uses: ./.github/workflows/Cargo.yml
Expand Down

0 comments on commit adb64f2

Please sign in to comment.