Skip to content
Snippets Groups Projects
Unverified Commit 5e2df47f authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Cancel redundant GHA workflows (#10451)

parent f1347bcf
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,10 @@ on:
# we do the full build on tags.
tags: ["v*"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
......
......@@ -5,6 +5,10 @@ on:
branches: ["develop", "release-*"]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
......
Cancel redundant GHA workflows when a new commit is pushed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment