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 0f6c708 commit e4f5ca1Copy full SHA for e4f5ca1
.github/workflows/build.yml
@@ -141,6 +141,7 @@ jobs:
141
uses: tj-actions/changed-files@v34
142
with:
143
json: "true"
144
+ sha: ${{ steps.get-last-commit-with-checks.outputs.commit && github.event.after }}
145
base_sha: ${{ steps.get-last-commit-with-checks.outputs.commit }}
146
- name: Set matrix
147
id: set-matrix
0 commit comments