From d05a18493ba5f3e5967f5c7f618156262c2202ee Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Thu, 25 May 2023 16:58:05 -0300 Subject: [PATCH] ci: fix conf tests group concurrency key `run_test_cases.yaml` and `run_conf_tests.yaml` seem to be cancelling each other. --- .github/workflows/run_conf_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_conf_tests.yaml b/.github/workflows/run_conf_tests.yaml index 93d9fee95..7e153b386 100644 --- a/.github/workflows/run_conf_tests.yaml +++ b/.github/workflows/run_conf_tests.yaml @@ -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: