Skip to content

Commit e4f5ca1

Browse files
committed
compare against pr head commit instead of merge ref
1 parent 0f6c708 commit e4f5ca1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ jobs:
141141
uses: tj-actions/changed-files@v34
142142
with:
143143
json: "true"
144+
sha: ${{ steps.get-last-commit-with-checks.outputs.commit && github.event.after }}
144145
base_sha: ${{ steps.get-last-commit-with-checks.outputs.commit }}
145146
- name: Set matrix
146147
id: set-matrix

0 commit comments

Comments
 (0)