Skip to content

Commit d54bd31

Browse files
authored
ci: Ensure paths-filter action works on push events (#4528)
1 parent b5bdcef commit d54bd31

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
artifact: npm-package
2222
workflow: build-test.yml
23-
required: false
23+
required: true
2424
- run: mv preact.tgz preact-main.tgz
2525
- name: Upload locally build & base preact package
2626
uses: actions/upload-artifact@v4

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
outputs:
1919
jsChanged: ${{ steps.filter.outputs.jsChanged }}
2020
steps:
21+
- uses: actions/checkout@v4
2122
- uses: dorny/paths-filter@v3
2223
id: filter
2324
with:

0 commit comments

Comments
 (0)