Use concurrency in GitHub Actions + remove cancelling (#77)
* Use concurrency + remove cancelling * Combined ubuntu-focal-external with ubuntu-focal-external-rocm * Update workflow names and README * Update ubuntu-focal name * More tweaks to the name * Change names in formatting workflow
This commit is contained in:
committed by
GitHub
parent
22bcc2efd9
commit
9b800c028b
@@ -5,6 +5,10 @@ on:
|
||||
branches: [releases/**]
|
||||
tags: []
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
GIT_DISCOVERY_ACROSS_FILESYSTEM: 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user