fix: unique concurrency groups

This commit is contained in:
Roman 2024-01-17 17:06:13 +08:00
parent 126eedc5d7
commit d565a1759f
3 changed files with 7 additions and 8 deletions

View File

@ -1,7 +1,7 @@
name: Go Waku Interop Tests
concurrency:
group: Interop-tests
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: false
on:
@ -13,7 +13,7 @@ on:
workflow_dispatch:
jobs:
call-multi-nim-common:
test-common:
uses: ./.github/workflows/test_common.yml
with:
node1: "harbor.status.im/wakuorg/go-waku:latest"

View File

@ -1,16 +1,19 @@
name: Nim Waku Interop Tests
concurrency:
group: Interop-tests
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: false
on:
schedule:
- cron: '0 3 * * *'
push:
branches:
- chore-custom-test-workflows
workflow_dispatch:
jobs:
call-multi-nim-common:
test-common:
uses: ./.github/workflows/test_common.yml
with:
node1: "harbor.status.im/wakuorg/nwaku:latest"

View File

@ -1,9 +1,5 @@
name: Interop Tests Common
concurrency:
group: Interop-tests
cancel-in-progress: false
on:
workflow_call:
inputs: