Skip to content

Commit

Permalink
Change nightly job name for branches (#551)
Browse files Browse the repository at this point in the history
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
  • Loading branch information
congqixia authored Aug 9, 2023
1 parent 2607d41 commit 30d93d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
nightly-master:
name: Run Nightly CI
name: Run Nightly CI(master)
runs-on: ubuntu-latest
timeout-minutes: 90
env:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
gotestsum --format testname --hide-summary=output ./testcases/... --tags L0,L1,L2,L3 --addr=127.0.0.1:19530 -timeout=60m
nightly-v2_2_x:
name: Run Nightly CI
name: Run Nightly CI(v2.2.x)
runs-on: ubuntu-latest
timeout-minutes: 90
env:
Expand Down

0 comments on commit 30d93d9

Please sign in to comment.