mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-05 23:43:07 +00:00
Delete .github/workflows/nim_nwaku_pr.yml
This commit is contained in:
parent
c4c3f61da4
commit
11c7f746ab
27
.github/workflows/nim_nwaku_pr.yml
vendored
27
.github/workflows/nim_nwaku_pr.yml
vendored
@ -1,27 +0,0 @@
|
|||||||
name: Nim -> Nim Waku Interop Tests
|
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
|
||||||
cancel-in-progress: false
|
|
||||||
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: '0 5 * * *'
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
|
|
||||||
build-docker-image:
|
|
||||||
needs: changes
|
|
||||||
uses: waku-org/nwaku/.github/workflows/container-image.yml@master
|
|
||||||
secrets: inherit
|
|
||||||
|
|
||||||
test-common:
|
|
||||||
needs: build-docker-image
|
|
||||||
uses: ./.github/workflows/test_common.yml
|
|
||||||
secrets: inherit
|
|
||||||
with:
|
|
||||||
node1: ${{ needs.build-docker-image.outputs.image }}
|
|
||||||
node2: ${{ needs.build-docker-image.outputs.image }}
|
|
||||||
additional_nodes: ${{ needs.build-docker-image.outputs.image }}
|
|
||||||
caller: "nim"
|
|
||||||
Loading…
x
Reference in New Issue
Block a user