From e8b90d35ff2fa0bbcd8e263dc44ea8bb0b96ccf5 Mon Sep 17 00:00:00 2001 From: taroj1205 Date: Sun, 22 Jun 2025 16:44:00 +1200 Subject: [PATCH] refactor(ci): add output variable to check_changes job for enhanced workflow control --- .github/workflows/ci-pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 3be4c1a..baacaad 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -12,6 +12,8 @@ jobs: check_changes: name: Check Changes runs-on: ubuntu-latest + outputs: + exists: ${{ steps.filter.outputs.exists }} steps: - uses: actions/checkout@v4