Skip to content

Commit 4749523

Browse files
committed
Do not cancel parallel run
1 parent 042a4b4 commit 4749523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_matplotlib_fontcache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Matplotlib Fontcache Update Bot
22

33
on:
4-
pull_request:
54
workflow_dispatch:
65
schedule:
76
- cron: '0 0 * * *'
@@ -10,6 +9,7 @@ jobs:
109

1110
update_matplotlib_fontcache:
1211
strategy:
12+
fail-fast: false
1313
matrix:
1414
branch: [main, emscripten-4x]
1515

0 commit comments

Comments
 (0)