Merge pull request #10827 from thalesmg/ci-fix-conf-test-concurrency-key-v50

ci: fix conf tests group concurrency key
This commit is contained in:
Thales Macedo Garitezi 2023-05-26 09:10:09 -03:00 committed by GitHub
commit 2bf6c593fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: