From 43910fd75d308ef098985f746c6c72e31df1bdc4 Mon Sep 17 00:00:00 2001 From: Marco Pasqualetti <24919330+marcalexiei@users.noreply.github.com> Date: Sun, 19 Jan 2025 11:52:57 +0100 Subject: [PATCH] ci: add unique names on `ci_ok` jobs (#370) --- .github/workflows/repo-root-ci.yml | 2 +- .github/workflows/rust.yml | 2 +- .github/workflows/typescript.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/repo-root-ci.yml b/.github/workflows/repo-root-ci.yml index 2dd581a8..f3bd6680 100644 --- a/.github/workflows/repo-root-ci.yml +++ b/.github/workflows/repo-root-ci.yml @@ -27,7 +27,7 @@ jobs: run: pnpm repo:root:format:check ci_ok: - name: OK + name: Repo root CI OK runs-on: ubuntu-latest timeout-minutes: 1 if: always() diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 21383c56..d7a4320d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -62,7 +62,7 @@ jobs: - run: cargo clippy -- -D warnings ci_ok: - name: OK + name: Rust CI OK runs-on: ubuntu-latest timeout-minutes: 1 if: always() diff --git a/.github/workflows/typescript.yml b/.github/workflows/typescript.yml index a560fb9e..844ef8aa 100644 --- a/.github/workflows/typescript.yml +++ b/.github/workflows/typescript.yml @@ -56,7 +56,7 @@ jobs: run: pnpm types ci_ok: - name: OK + name: Typescript CI OK runs-on: ubuntu-latest timeout-minutes: 1 if: always()