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:
parent
9c9d622b0e
commit
a8a679ed7d
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue