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
[ROCm/rocprofiler-systems commit: 9b800c028b]
This commit is contained in:
committed by
GitHub
parent
e76c27be15
commit
e5df51c9f6
@@ -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