Cancel running process if new commit is pushed

This commit is contained in:
Magne Sjaastad 2023-01-26 10:15:54 +01:00
parent 8aff5b4694
commit 26e7d5aad0

View File

@ -13,6 +13,10 @@ env:
BUILDCACHE_DIR: ${{ github.workspace }}/buildcache_dir
BUILDCACHE_ACCURACY: SLOPPY
concurrency:
group: build-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
ResInsight-x64-buildcache:
runs-on: ${{ matrix.config.os }}