ci: fix conf tests group concurrency key
@@ -1,7 +1,7 @@
name: Run Configuration tests
concurrency:
- group: test-${{ github.event_name }}-${{ github.ref }}
+ group: conftest-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true
on: