mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-05 23:43:07 +00:00
21 lines
459 B
YAML
21 lines
459 B
YAML
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 4 * * *'
|
|
workflow_dispatch:
|
|
|
|
env:
|
|
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
|
|
QUAY_USER: ${{ secrets.QUAY_USER }}
|
|
|
|
jobs:
|
|
test-common:
|
|
uses: waku-org/nwaku/.github/workflows/container-image.yml@master
|
|
secrets: inherit
|
|
|