We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98b7fc commit b439e39Copy full SHA for b439e39
1 file changed
.github/workflows/build.yaml
@@ -38,7 +38,6 @@ env:
38
PYTHON_VERSION: "3.14"
39
CARGO_TERM_COLOR: always
40
BASE_SHA: ${{ github.event.pull_request.base.sha }}
41
- HEAD_SHA: ${{ github.event.pull_request.head.sha }}
42
43
jobs:
44
# This workflow contains a "required job", and GitHub Actions isn't clever
@@ -58,7 +57,7 @@ jobs:
58
57
depth: 0
59
- shell: bash
60
run: |
61
- git diff --name-only "${BASE_SHA}..${HEAD_SHA}"
+ git diff --name-only "${BASE_SHA}.."
62
63
# cargo-udeps:
64
# name: Run cargo-udeps
0 commit comments