try out concurrency group feature on quick regression as suggested by @junghans

This commit is contained in:
Axel Kohlmeyer
2024-09-14 06:04:35 -04:00
parent 1587473ab5
commit 79fbd46bd9

View File

@ -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