Skip to content

Nightly Tests

Nightly Tests #388

name: Nightly Tests
permissions:
contents: read
on:
schedule:
- cron: "0 22 * * 1-5"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
nightly-tests-prague:
uses: ./.github/workflows/reusable-nightly-tests.yml
secrets: inherit
with:
zkevm_fork: PRAGUE
tests-with-ssh: ${{ inputs.tests-with-ssh || false }}