Skip to content

Commit 653100d

Browse files
committed
"base" param for dorny/paths-filter is not used for PR
1 parent 623876d commit 653100d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/scripts/download-bundled/make-workflow-file.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ public function makeWorkflowFile(): void
110110
uses: dorny/paths-filter@v3
111111
id: changes
112112
with:
113-
base: master
114113
filters: %filters%
115114
116115
%steps%

.github/workflows/verify-bundled-files.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
uses: dorny/paths-filter@v3
2929
id: changes
3030
with:
31-
base: master
3231
filters: |
3332
'boost-context':
3433
- '.github/scripts/download-bundled/boost-context.*'

0 commit comments

Comments
 (0)