Skip to content

Commit

Permalink
ci: ignore crossplane binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Duologic committed Dec 2, 2024
1 parent baf7ada commit 21301b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}"
Expand Down

0 comments on commit 21301b3

Please sign in to comment.