From 0fae985c23791ff62723010ae4c2be60f62a707a Mon Sep 17 00:00:00 2001 From: "Jason C. Leach" Date: Fri, 25 Oct 2024 11:44:47 -0700 Subject: [PATCH] fix: simplify logic Signed-off-by: Jason C. Leach --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 9f327b90..66410fc4 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -71,14 +71,14 @@ jobs: early-exit-check: runs-on: ubuntu-22.04 outputs: - should_skip_build: ${{ steps.core_files_check.outputs.result == 'false' }} + should_skip_build: ${{ steps.core_files_changed.outputs.result == 'false' }} steps: - uses: actions/checkout@v4 with: fetch-depth: 0 # Fetch all branches, main needed. - name: Check if core files changed - id: core_files_check + id: core_files_changed shell: bash run: | set -x