try out concurrency group feature on quick regression as suggested by @junghans
This commit is contained in:
4
.github/workflows/quick-regression.yml
vendored
4
.github/workflows/quick-regression.yml
vendored
@ -8,6 +8,10 @@ on:
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: ${{github.event_name == 'pull_request'}}
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build LAMMPS
|
||||
|
||||
Reference in New Issue
Block a user