Skip to content

Commit 1541cab

Browse files
committed
ci(autoupdate): rename job
1 parent 002a071 commit 1541cab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/autoupdate.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
name: auto-update
2-
31
on:
42
schedule:
53
- cron: '0 0 14,28 * *'
64
- cron: '0 18 10 2-12/2 *'
75
workflow_dispatch:
86

97
jobs:
10-
auto-update:
8+
autoupdate:
119
runs-on: ubuntu-latest
1210
steps:
1311
- name: Checkout repo

0 commit comments

Comments
 (0)