Delete .github/workflows/nim_nwaku_pr.yml

This commit is contained in:
AYAHASSAN287 2024-12-05 10:52:10 +02:00 committed by GitHub
parent c4c3f61da4
commit 11c7f746ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"