Skip to content

Commit 8eb60e0

Browse files
committed
ci: fixed pipeline name
1 parent 381c559 commit 8eb60e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-build-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ permissions:
2828
statuses: read
2929

3030
jobs:
31-
autoBuild:
31+
update-package:
3232
runs-on: ubuntu-latest
3333
name: Auto build deps
3434
strategy:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
permissions: read-all
1111

1212
jobs:
13-
build:
13+
test:
1414
name: Perform check
1515
runs-on: ubuntu-latest
1616
strategy:

0 commit comments

Comments
 (0)