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