From 011b550a1264643bd3511420029472affc91d07d Mon Sep 17 00:00:00 2001 From: Qinlong Wang Date: Thu, 2 Jan 2025 10:01:42 +0800 Subject: [PATCH] Rename workflow and update codecov token (#1417) --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 97e8f0e9b..7dd3edd77 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,5 @@ --- -name: main test for the project +name: code-check on: pull_request: @@ -35,7 +35,7 @@ jobs: - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 with: - token: 043586e5-68b8-4588-9bf4-c333f2692345 + token: 3b0503fb-7c5e-4486-9ddf-2903deb77067 slug: intelligent-machine-learning/dlrover operator-test: runs-on: ubuntu-latest