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 | e26b101fdec6cacb54d09e66c0ef06cfad5e490c (patch) | |
tree | e4ee921705e3e45da397a321dfd9413a78118c2e /.github/workflows | |
parent | b5db8c49bd9a14bb7dd1b2c5912b7d84254cf09c (diff) | |
download | timeline-e26b101fdec6cacb54d09e66c0ef06cfad5e490c.tar.gz timeline-e26b101fdec6cacb54d09e66c0ef06cfad5e490c.tar.bz2 timeline-e26b101fdec6cacb54d09e66c0ef06cfad5e490c.zip |
Rename a workflow job name.
Diffstat (limited to '.github/workflows')
-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"
|