From 21301b3589b46562d97991af6a8b57587d06f9f2 Mon Sep 17 00:00:00 2001 From: Duologic Date: Mon, 2 Dec 2024 13:47:48 +0100 Subject: [PATCH] ci: ignore crossplane binary --- .github/workflows/build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d385c60..6454b93 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -35,6 +35,9 @@ jobs: - name: Check if file changed id: changed uses: tj-actions/verify-changed-files@v20 + with: + files: | + !crossplane - name: No files changed if: "${{ steps.changed.outputs.files_changed == 'true' }}"