From 95dffc7a3e946708320952993ae6ffc4edfbe3e9 Mon Sep 17 00:00:00 2001 From: Kiyoon Kim Date: Wed, 21 Aug 2024 11:55:10 +0900 Subject: [PATCH] chore: fix wrong job name --- .github/workflows/check-ruff-only-changed.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-ruff-only-changed.yml b/.github/workflows/check-ruff-only-changed.yml index 157ac03..a7300ac 100644 --- a/.github/workflows/check-ruff-only-changed.yml +++ b/.github/workflows/check-ruff-only-changed.yml @@ -16,8 +16,8 @@ jobs: # ------------------------------------------------------------------------------------------------------------------------------------------------ # Event `pull_request`: Compare the last commit of the main branch or last remote commit of the PR branch -> to the current commit of a PR branch. # ------------------------------------------------------------------------------------------------------------------------------------------------ - format: - name: ruff-format-changed + ruff-changed: + name: ruff-changed runs-on: ubuntu-latest steps: - uses: actions/checkout@v4