mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-13 09:49:11 +03:00
removed unnecessary concurrency group from nightly workflow
This commit is contained in:
parent
4e6c4d9685
commit
ff9980d5ad
4
.github/workflows/nightly_apple_silicon.yml
vendored
4
.github/workflows/nightly_apple_silicon.yml
vendored
@ -4,10 +4,6 @@ on:
|
||||
|
||||
name: Nightly Release Apple Silicon
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
test-and-build:
|
||||
name: Rust tests, build and package nightly release
|
||||
|
Loading…
Reference in New Issue
Block a user