mirror of https://github.com/nucypher/nucypher.git
uniquely namespace gh action concurrency groups.
parent
cacb63a6bf
commit
37fc77d354
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue