Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
fix(ci): fetch full history to enable correct change detection (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeebeats authored Mar 22, 2024
1 parent e4aea89 commit 865b6e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
fetch-depth: 0

- name: Check for any non-source code changes
id: check-non-source
uses: tj-actions/changed-files@v43
with:
since_last_remote_commit: true
files: |
.github/actions/**
.github/workflows/**
Expand All @@ -45,7 +44,6 @@ jobs:
id: check-source
uses: tj-actions/changed-files@v43
with:
since_last_remote_commit: true
files: |
src/**/*.rs
Expand Down

0 comments on commit 865b6e9

Please sign in to comment.