From 1464de330097623f39a6d21eebe40a3459f97d76 Mon Sep 17 00:00:00 2001 From: taroj1205 Date: Sun, 22 Jun 2025 15:27:37 +1200 Subject: [PATCH] chore(ci): rename filter step in CI pipeline for clarity --- .github/workflows/ci-pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 8553b9b..7a90d26 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -27,7 +27,8 @@ jobs: with: fetch-depth: 2 - - id: filter + - name: Filter Changed Files + id: filter shell: bash run: | BASE_SHA="${{ github.event.pull_request.base.sha }}"