mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
ci: add unique names on ci_ok jobs (#370)
This commit is contained in:
committed by
GitHub
parent
5efcc86a63
commit
43910fd75d
@@ -27,7 +27,7 @@ jobs:
|
|||||||
run: pnpm repo:root:format:check
|
run: pnpm repo:root:format:check
|
||||||
|
|
||||||
ci_ok:
|
ci_ok:
|
||||||
name: OK
|
name: Repo root CI OK
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 1
|
timeout-minutes: 1
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ jobs:
|
|||||||
- run: cargo clippy -- -D warnings
|
- run: cargo clippy -- -D warnings
|
||||||
|
|
||||||
ci_ok:
|
ci_ok:
|
||||||
name: OK
|
name: Rust CI OK
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 1
|
timeout-minutes: 1
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ jobs:
|
|||||||
run: pnpm types
|
run: pnpm types
|
||||||
|
|
||||||
ci_ok:
|
ci_ok:
|
||||||
name: OK
|
name: Typescript CI OK
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 1
|
timeout-minutes: 1
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Reference in New Issue
Block a user