Skip to content

Commit b439e39

Browse files
committed
gooda show
1 parent a98b7fc commit b439e39

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ env:
3838
PYTHON_VERSION: "3.14"
3939
CARGO_TERM_COLOR: always
4040
BASE_SHA: ${{ github.event.pull_request.base.sha }}
41-
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
4241

4342
jobs:
4443
# This workflow contains a "required job", and GitHub Actions isn't clever
@@ -58,7 +57,7 @@ jobs:
5857
depth: 0
5958
- shell: bash
6059
run: |
61-
git diff --name-only "${BASE_SHA}..${HEAD_SHA}"
60+
git diff --name-only "${BASE_SHA}.."
6261
6362
# cargo-udeps:
6463
# name: Run cargo-udeps

0 commit comments

Comments
 (0)