mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 18:08:55 +03:00
improve naming
This commit is contained in:
parent
3dcc124138
commit
09c7e67ad7
4
.github/workflows/nightly_linux_x86_64.yml
vendored
4
.github/workflows/nightly_linux_x86_64.yml
vendored
@ -2,11 +2,11 @@ on:
|
||||
schedule:
|
||||
- cron: '0 9 * * *'
|
||||
|
||||
name: Nightly Release Build
|
||||
name: Nightly Release Linux x86_64
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Test and Build
|
||||
name: Rust tests, build and package nightly release
|
||||
runs-on: [self-hosted, i5-4690K]
|
||||
timeout-minutes: 90
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user