Re-name nightly CI job to Nightly

In line with the `Tests` job and for the fact that this job does stuff
with the nightly toolchain other than bench.

Re-name nightly CI job from `bench_nightly`to `Nightly`.
This commit is contained in:
Tobin Harding 2022-03-19 10:22:28 +11:00
parent 9c9d622b0e
commit a8a679ed7d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ on: [push, pull_request]
name: Continuous integration name: Continuous integration
jobs: jobs:
bench_nightly: Nightly:
name: Nightly - ASan + Bench name: Nightly - ASan + Bench
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy: