Skip to content

Commit 81fa13c

Browse files
authored
fix: updatecli gha workflow job name (#20)
Signed-off-by: Olivier Vernin <olivier@vernin.me>
1 parent 7e40aac commit 81fa13c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
# Run at 12:00 every Saterday every 14 days
77
- cron: "0 12 */14 * 6"
88
jobs:
9-
prepare:
9+
updatecli:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: "Checkout"

.github/workflows/updatecli_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
permissions:
66
contents: read
77
jobs:
8-
prepare:
8+
updatecli:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: "Checkout"

.github/workflows/updatecli_update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- main
88
jobs:
9-
prepare:
9+
updatecli:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: "Checkout"

0 commit comments

Comments
 (0)