Skip to content

Commit 1e1dab6

Browse files
committed
test ci inconsistency
1 parent d30d57d commit 1e1dab6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,16 +190,13 @@ jobs:
190190
runs-on: ubuntu-latest
191191
steps:
192192
- uses: actions/checkout@v4
193-
with:
194-
fetch-depth: 0 # Ensure full history is available
195-
ref: $GITHUB_SHA # Checkout the actual commit instead of the PR merge commit
196193
- name: Install required dependencies
197194
run: |
198195
sudo apt-get update
199196
sudo apt-get install -y bash git
200197
- name: Run copyright check
201198
run: |
202-
git log --follow -1 --format="Author Date: %ad, Committer Date: %cd" --date=iso sdk/basyx/aas/adapter/http.py
199+
git log --no-merges --follow -1 --format="Author Date: %ad, Committer Date: %cd" --date=iso sdk/basyx/aas/adapter/http.py
203200
chmod +x ./etc/scripts/set_copyright_year.sh
204201
./etc/scripts/set_copyright_year.sh --check
205202

0 commit comments

Comments
 (0)