cancel in progress

This commit is contained in:
Cameron Clough
2024-06-20 00:23:02 +01:00
parent f164dbf9ef
commit 1b264d3d1a
+4
View File
@@ -6,6 +6,10 @@ on:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.run_id || github.head_ref || github.ref }}-${{ github.workflow }}-${{ github.event_name }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-20.04