Skip to content

Nightly tests mixed #305

Nightly tests mixed

Nightly tests mixed #305

# mix of P2P and legacy topologies
name: Nightly tests mixed
on:
schedule:
- cron: '15 05 * * *'
workflow_dispatch:
jobs:
nightly_job:
if: github.repository_owner == 'input-output-hk' || github.event_name != 'schedule'
# reusable workflow from local repo and same branch as this config
uses: ./.github/workflows/regression_reusable.yaml
with:
env-path: .github/env_nightly_mixed
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CI_FAIL_MAILS: ${{ secrets.NIGHTLY_FAIL_MAILS }}
GMAIL_USERNAME: ${{ secrets.GMAIL_USERNAME }}
GMAIL_PASSWORD: ${{ secrets.GMAIL_PASSWORD }}