Skip to content
Snippets Groups Projects
Unverified Commit 6d6ea472 authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

ci: don't cancel on main (#27142)

parent 97df14c3
No related merge requests found
......@@ -26,7 +26,7 @@ permissions:
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.ref_name != 'main' }}
env:
# Currently no way to detect automatically (#8153)
......
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