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 21db932 commit bd8babdCopy full SHA for bd8babd
.github/workflows/preview-build.yml
@@ -32,6 +32,7 @@ jobs:
32
id: check-files
33
uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45.0.6
34
with:
35
+ since_last_remote_commit: true
36
files: ${{ inputs.path-pattern != '' && inputs.path-pattern || '**' }}
37
38
- name: Checkout
0 commit comments