Cancel running GH action on update of PR branch

Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
Steffen Jaeckel 2024-11-06 00:14:46 +01:00
parent dc945f9697
commit 9eef89c5a4

View file

@ -12,6 +12,10 @@ on:
- develop
- /^release\/.*$/
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
Docs:
runs-on: ubuntu-20.04