Parcourir la source

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

ci: fix conf tests group concurrency key
Thales Macedo Garitezi il y a 2 ans
Parent
commit
2bf6c593fd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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: