소스 검색

ci: fix conf tests group concurrency key

`run_test_cases.yaml` and `run_conf_tests.yaml` seem to be cancelling
each other.
Thales Macedo Garitezi 2 년 전
부모
커밋
d05a18493b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/run_conf_tests.yaml

+ 1 - 1
.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: