Skip to content

Commit e0d88c7

Browse files
committed
chore: update workflows config.
1 parent 83ad803 commit e0d88c7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ jobs:
196196

197197
- name: "Modify @uiw/react-codemirror => @uiwjs/react-codemirror"
198198
uses: jaywcjlove/github-action-package@main
199+
if: success() || failure()
199200
with:
200201
path: core/package.json
201202
data: |
@@ -209,6 +210,7 @@ jobs:
209210

210211
- name: Modify @uiw/codemirror-themes => @uiwjs/codemirror-themes
211212
uses: jaywcjlove/github-action-package@main
213+
if: success() || failure()
212214
with:
213215
path: themes/theme/package.json
214216
data: |
@@ -222,6 +224,7 @@ jobs:
222224

223225
- name: Modify @uiw/codemirror-theme-abcdef => @uiwjs/codemirror-theme-abcdef
224226
uses: jaywcjlove/github-action-package@main
227+
if: success() || failure()
225228
with:
226229
path: themes/abcdef/package.json
227230
data: |
@@ -236,6 +239,7 @@ jobs:
236239

237240
- name: Modify @uiw/codemirror-theme-androidstudio => @uiwjs/codemirror-theme-androidstudio
238241
uses: jaywcjlove/github-action-package@main
242+
if: success() || failure()
239243
with:
240244
path: themes/androidstudio/package.json
241245
data: |
@@ -250,6 +254,7 @@ jobs:
250254

251255
- name: Modify @uiw/codemirror-theme-okaidia => @uiwjs/codemirror-theme-okaidia
252256
uses: jaywcjlove/github-action-package@main
257+
if: success() || failure()
253258
with:
254259
path: themes/okaidia/package.json
255260
data: |
@@ -263,6 +268,7 @@ jobs:
263268

264269
- name: Modify @uiw/codemirror-theme-dracula => @uiwjs/codemirror-theme-dracula
265270
uses: jaywcjlove/github-action-package@main
271+
if: success() || failure()
266272
with:
267273
path: themes/dracula/package.json
268274
data: |
@@ -277,6 +283,7 @@ jobs:
277283

278284
- name: Modify @uiw/codemirror-theme-duotone => @uiwjs/codemirror-theme-duotone
279285
uses: jaywcjlove/github-action-package@main
286+
if: success() || failure()
280287
with:
281288
path: themes/duotone/package.json
282289
data: |
@@ -290,6 +297,7 @@ jobs:
290297

291298
- name: Modify @uiw/codemirror-theme-eclipse => @uiwjs/codemirror-theme-eclipse
292299
uses: jaywcjlove/github-action-package@main
300+
if: success() || failure()
293301
with:
294302
path: themes/eclipse/package.json
295303
data: |
@@ -303,6 +311,7 @@ jobs:
303311

304312
- name: Modify @uiw/codemirror-theme-github => @uiwjs/codemirror-theme-github
305313
uses: jaywcjlove/github-action-package@main
314+
if: success() || failure()
306315
with:
307316
path: themes/github/package.json
308317
data: |
@@ -316,6 +325,7 @@ jobs:
316325

317326
- name: Modify @uiw/codemirror-theme-darcula => @uiwjs/codemirror-theme-darcula
318327
uses: jaywcjlove/github-action-package@main
328+
if: success() || failure()
319329
with:
320330
path: themes/darcula/package.json
321331
data: |
@@ -329,6 +339,7 @@ jobs:
329339

330340
- name: Modify @uiw/codemirror-theme-bespin => @uiwjs/codemirror-theme-bespin
331341
uses: jaywcjlove/github-action-package@main
342+
if: success() || failure()
332343
with:
333344
path: themes/bespin/package.json
334345
data: |
@@ -342,6 +353,7 @@ jobs:
342353

343354
- name: Modify @uiw/codemirror-theme-sublime => @uiwjs/codemirror-theme-sublime
344355
uses: jaywcjlove/github-action-package@main
356+
if: success() || failure()
345357
with:
346358
path: themes/sublime/package.json
347359
data: |
@@ -355,6 +367,7 @@ jobs:
355367

356368
- name: Modify @uiw/codemirror-theme-xcode => @uiwjs/codemirror-theme-xcode
357369
uses: jaywcjlove/github-action-package@main
370+
if: success() || failure()
358371
with:
359372
path: themes/xcode/package.json
360373
data: |
@@ -368,6 +381,7 @@ jobs:
368381

369382
- name: Modify @uiw/codemirror-extensions-events => @uiwjs/codemirror-extensions-events
370383
uses: jaywcjlove/github-action-package@main
384+
if: success() || failure()
371385
with:
372386
path: extensions/events/package.json
373387
data: |
@@ -381,6 +395,7 @@ jobs:
381395

382396
- name: Modify @uiw/codemirror-extensions-color => @uiwjs/codemirror-extensions-color
383397
uses: jaywcjlove/github-action-package@main
398+
if: success() || failure()
384399
with:
385400
path: extensions/color/package.json
386401
data: |

0 commit comments

Comments
 (0)