mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-02 21:23:07 +00:00
12 lines
160 B
YAML
12 lines
160 B
YAML
name: Nomos E2E Tests Daily
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 4 * * *'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
test-common:
|
|
uses: ./.github/workflows/test_common.yml
|
|
|