mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-09 09:23:10 +00:00
fix: unique concurrency groups
This commit is contained in:
parent
126eedc5d7
commit
d565a1759f
4
.github/workflows/go_waku_daily.yml
vendored
4
.github/workflows/go_waku_daily.yml
vendored
@ -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"
|
||||
|
||||
7
.github/workflows/nim_waku_daily.yml
vendored
7
.github/workflows/nim_waku_daily.yml
vendored
@ -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"
|
||||
|
||||
4
.github/workflows/test_common.yml
vendored
4
.github/workflows/test_common.yml
vendored
@ -1,9 +1,5 @@
|
||||
name: Interop Tests Common
|
||||
|
||||
concurrency:
|
||||
group: Interop-tests
|
||||
cancel-in-progress: false
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user