Skip to content

Commit e0e414e

Browse files
authored
chore(ci): Fix swc_core bump action (#118)
1 parent 2943f12 commit e0e414e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/bump-swc_core.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Bump up swc_core
2-
on:
3-
schedule:
4-
# two times daily, at 12:00 and 06:00
5-
- cron: '0 0 * * *'
6-
- cron: '0 6 * * *'
2+
3+
on:
4+
schedule:
5+
# two times daily, at 12:00 and 06:00
6+
- cron: '0 0 * * *'
7+
- cron: '0 6 * * *'
78

89
jobs:
910
upgrade-swc-core:

0 commit comments

Comments
 (0)