Merge pull request #7231 from MicroDev1/ci
Compare against PR head commit instead of merge ref
This commit is contained in:
commit
c837ac4f3a
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -141,6 +141,7 @@ jobs:
|
||||
uses: tj-actions/changed-files@v34
|
||||
with:
|
||||
json: "true"
|
||||
sha: ${{ steps.get-last-commit-with-checks.outputs.commit && github.event.after }}
|
||||
base_sha: ${{ steps.get-last-commit-with-checks.outputs.commit }}
|
||||
- name: Set matrix
|
||||
id: set-matrix
|
||||
|
Loading…
x
Reference in New Issue
Block a user