From 8bc11cc991fc218788ac7c4ec7593f2cd4e7626b Mon Sep 17 00:00:00 2001 From: Sergei Shulepov Date: Fri, 16 Feb 2024 19:23:40 +0700 Subject: [PATCH] ci: rename the job name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5399a55..c1fa7c4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Rustfmt run: cargo fmt --all -- --check build_and_test: - name: Sugondat - latest + name: testing runs-on: self-hosted steps: - uses: actions/checkout@v4