uniquely namespace gh action concurrency groups.

pull/3008/head
Kieran Prasch 2022-11-10 01:33:51 +00:00
parent cacb63a6bf
commit 37fc77d354
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ on:
types: [opened, reopened, edited, ready_for_review, synchronize]
concurrency:
group: ci-tests-${{ github.ref }}-1
group: ci-tests-${{ github.ref }}-contracts
cancel-in-progress: true
jobs:

View File

@ -5,7 +5,7 @@ on:
types: [opened, reopened, edited, ready_for_review, synchronize]
concurrency:
group: ci-tests-${{ github.ref }}-1
group: ci-tests-${{ github.ref }}-pytest
cancel-in-progress: true
jobs: