Browse Source

Make classref workflow group unique

Yuri Sizov 2 years ago
parent
commit
01a92120ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/sync_class_ref.yml

+ 1 - 1
.github/workflows/sync_class_ref.yml

@@ -10,7 +10,7 @@ on:
 
 # Make sure jobs cannot overlap.
 concurrency:
-  group: classref-sync-ci
+  group: classref-sync-ci-master
   cancel-in-progress: true
 
 jobs: