From 55358763c600177812cdb5415652b33ae6228edd Mon Sep 17 00:00:00 2001 From: Shinnosuke Sawada-Dazai Date: Thu, 29 May 2025 11:18:37 +0900 Subject: [PATCH] Rename completed job to avoid confusing behavior Signed-off-by: Shinnosuke Sawada-Dazai --- .github/workflows/lint.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 2ad981f098..47094bd6a0 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -48,7 +48,7 @@ jobs: # This job is used to check if the go linting is completed successfully # It is used to set as required check for the branch protection rules - go-completed: + go-lint-completed: runs-on: ubuntu-24.04 needs: go steps: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 55673b2c9c..d5d7920074 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -56,7 +56,7 @@ jobs: # This job is used to check if the go testing is completed successfully # It is used to set as required check for the branch protection rules - go-completed: + go-test-completed: runs-on: ubuntu-24.04 needs: go steps: