Skip to content

Commit e378af2

Browse files
committed
chore: Change github workflow name
1 parent 419cfb5 commit e378af2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release-check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
name: build + eslint check
1+
name: build + eslint check on release
22

33
on:
44
pull_request:
55
branches:
66
- release
77

88
jobs:
9-
check:
10-
name: check
9+
release-check:
10+
name: release-check
1111
runs-on: ubuntu-latest
1212
outputs:
1313
client: ${{steps.filter.outputs.client}}
@@ -23,7 +23,7 @@ jobs:
2323
- 'server/**'
2424
2525
client:
26-
needs: check
26+
needs: release-check
2727
if: ${{needs.check.outputs.client=='true'}}
2828
runs-on: ubuntu-latest
2929
steps:
@@ -51,7 +51,7 @@ jobs:
5151
run: cd client && npm run build
5252

5353
server:
54-
needs: check
54+
needs: release-check
5555
if: ${{needs.check.outputs.server=='true'}}
5656
runs-on: ubuntu-latest
5757
steps:

0 commit comments

Comments
 (0)