Fix review points on PR

This commit is contained in:
aya 2024-12-08 15:51:11 +02:00
parent f16ebbc28a
commit 1d71bc60c7
2 changed files with 5 additions and 7 deletions

View File

@ -1,12 +1,10 @@
name: Nim -> Nim Waku Interop Tests
name: Nim -> Interop Tests PR
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: false
on:
schedule:
- cron: '0 5 * * *'
workflow_dispatch:
workflow_call:
inputs:
@ -15,11 +13,11 @@ on:
type: string
jobs:
test-common:
test-pr:
uses: ./.github/workflows/test_PR_image.yml
secrets: inherit
with:
node1: ${{ inputs.node_nwaku }}
node2: "wakuorg/nwaku:latest"
additional_nodes: "wakuorg/nwaku:latest,wakuorg/nwaku:latest,wakuorg/nwaku:latest"
node2: ${{ inputs.node_nwaku }}
additional_nodes: ${{ inputs.node_nwaku }}
caller: "nim"

View File

@ -1,5 +1,5 @@
name: Interop Tests Common
name: Interop Tests PR
on:
workflow_call: