aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-07-26 15:25:20 +0800
committercrupest <crupest@outlook.com>2020-07-26 15:25:20 +0800
commite26b101fdec6cacb54d09e66c0ef06cfad5e490c (patch)
treee4ee921705e3e45da397a321dfd9413a78118c2e
parentb5db8c49bd9a14bb7dd1b2c5912b7d84254cf09c (diff)
downloadtimeline-e26b101fdec6cacb54d09e66c0ef06cfad5e490c.tar.gz
timeline-e26b101fdec6cacb54d09e66c0ef06cfad5e490c.tar.bz2
timeline-e26b101fdec6cacb54d09e66c0ef06cfad5e490c.zip
Rename a workflow job name.
-rw-r--r--.github/workflows/back-ci.yaml2
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"