don't interfere with the trunk check

This commit is contained in:
Thomas Göttgens
2024-09-29 13:54:46 +02:00
committed by GitHub
parent fa29386eb7
commit d0440f3cac

View File

@@ -1,6 +1,6 @@
name: CI name: CI
concurrency: concurrency:
group: ${{ github.head_ref || github.run_id }} group: ci-${{ github.head_ref || github.run_id }}
cancel-in-progress: true cancel-in-progress: true
#concurrency: #concurrency:
# group: ${{ github.ref }} # group: ${{ github.ref }}