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:
Jonathan R. Madsen
2022-06-29 11:06:52 -05:00
committed by GitHub
parent e76c27be15
commit e5df51c9f6
10 changed files with 165 additions and 169 deletions
@@ -5,6 +5,10 @@ on:
branches: [releases/**]
tags: []
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
GIT_DISCOVERY_ACROSS_FILESYSTEM: 1