Skip to content

Commit 8c10e0f

Browse files
committed
fix job names
1 parent e986558 commit 8c10e0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr_qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
build:
9+
qa:
1010
runs-on: ubuntu-latest
1111

1212
steps:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
contents: read
88

99
jobs:
10-
build:
10+
publish:
1111
runs-on: ubuntu-latest
1212

1313
steps:

0 commit comments

Comments
 (0)