diff options
author | crupest <crupest@outlook.com> | 2020-07-26 15:25:20 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-07-26 15:25:20 +0800 |
commit | d900c1b8c012970db491f421e1975f5de3b450f3 (patch) | |
tree | 2957f6a273bcd0510672eeb2f97fc34af0d71319 /.github | |
parent | 77dd0545beea44e9bea10328d176f7c5fb0fa434 (diff) | |
download | timeline-d900c1b8c012970db491f421e1975f5de3b450f3.tar.gz timeline-d900c1b8c012970db491f421e1975f5de3b450f3.tar.bz2 timeline-d900c1b8c012970db491f421e1975f5de3b450f3.zip |
Rename a workflow job name.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/back-ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/back-ci.yaml b/.github/workflows/back-ci.yaml index c4e45872..a7f4f2d0 100644 --- a/.github/workflows/back-ci.yaml +++ b/.github/workflows/back-ci.yaml @@ -12,7 +12,7 @@ on: jobs:
build:
- name: Build And Test
+ name: Build
runs-on: ubuntu-latest
env:
ASPNETCORE_ENVIRONMENT: "Development"
|