mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-03 22:43:10 +00:00
Remove changes causing errors
This commit is contained in:
parent
8302506a7a
commit
a6789eb8a2
45
.github/workflows/nim_waku_daily.yml
vendored
45
.github/workflows/nim_waku_daily.yml
vendored
@ -12,51 +12,10 @@ on:
|
|||||||
env:
|
env:
|
||||||
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
|
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
|
||||||
QUAY_USER: ${{ secrets.QUAY_USER }}
|
QUAY_USER: ${{ secrets.QUAY_USER }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
changes: # changes detection
|
|
||||||
runs-on: ubuntu-22.04
|
|
||||||
permissions:
|
|
||||||
pull-requests: read
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
name: Checkout code
|
|
||||||
id: checkout
|
|
||||||
- uses: dorny/paths-filter@v2
|
|
||||||
id: filter
|
|
||||||
with:
|
|
||||||
filters: |
|
|
||||||
common:
|
|
||||||
- '.github/workflows/**'
|
|
||||||
- 'vendor/**'
|
|
||||||
- 'Makefile'
|
|
||||||
- 'waku.nimble'
|
|
||||||
- 'library/**'
|
|
||||||
v2:
|
|
||||||
- 'waku/**'
|
|
||||||
- 'apps/**'
|
|
||||||
- 'tools/**'
|
|
||||||
- 'tests/all_tests_v2.nim'
|
|
||||||
- 'tests/**'
|
|
||||||
docker:
|
|
||||||
- 'docker/**'
|
|
||||||
|
|
||||||
outputs:
|
|
||||||
common: ${{ steps.filter.outputs.common }}
|
|
||||||
v2: ${{ steps.filter.outputs.v2 }}
|
|
||||||
docker: ${{ steps.filter.outputs.docker }}
|
|
||||||
|
|
||||||
build-docker-image:
|
|
||||||
needs: changes
|
|
||||||
if: ${{ needs.changes.outputs.v2 == 'true' || needs.changes.outputs.common == 'true' || needs.changes.outputs.docker == 'true' }}
|
|
||||||
uses: waku-org/nwaku/.github/workflows/container-image.yml@master
|
|
||||||
secrets: inherit
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
test-common:
|
test-common:
|
||||||
needs: build-docker-image
|
uses: waku-org/nwaku/.github/workflows/container-image.yml@master
|
||||||
uses: ./.github/workflows/test_common.yml
|
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
node1: quay.io/wakuorg/nwaku-pr:3181
|
node1: quay.io/wakuorg/nwaku-pr:3181
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user