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
|
uses: tj-actions/changed-files@v34
|
||||||
with:
|
with:
|
||||||
json: "true"
|
json: "true"
|
||||||
|
sha: ${{ steps.get-last-commit-with-checks.outputs.commit && github.event.after }}
|
||||||
base_sha: ${{ steps.get-last-commit-with-checks.outputs.commit }}
|
base_sha: ${{ steps.get-last-commit-with-checks.outputs.commit }}
|
||||||
- name: Set matrix
|
- name: Set matrix
|
||||||
id: set-matrix
|
id: set-matrix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user