Skip to content

Commit 61418ab

Browse files
committed
fix: simplify
1 parent 8886261 commit 61418ab

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,6 @@ jobs:
4040
Working directory: $(pwd)
4141
EOF
4242
43-
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
44-
id: filter
45-
with:
46-
# Files in the `global` filter affect all workspaces, even if workspace-specific files have not changed.
47-
filters: |
48-
global:
49-
- ".github/workflows/ci.yml"
50-
- "package.json"
51-
- "package-lock.json"
52-
- "scripts/**"
53-
scratch-gui:
54-
- "packages/scratch-gui/**"
55-
- "packages/scratch-render/**"
56-
- "packages/scratch-svg-renderer/**"
57-
- "packages/scratch-vm/**"
58-
5943
- name: Build and test scratch-gui
6044
working-directory: ./packages/scratch-gui
6145
run: |

0 commit comments

Comments
 (0)