Skip to content

Nightly tests upgrade #463

Nightly tests upgrade

Nightly tests upgrade #463

name: Nightly tests upgrade
on:
schedule:
- cron: '15 06 * * *'
workflow_dispatch:
jobs:
nightly_job:
if: github.repository_owner == 'IntersectMBO' || github.event_name != 'schedule'
# reusable workflow from local repo and same branch as this config
uses: ./.github/workflows/upgrade_reusable.yaml
with:
env-path: .github/env_nightly_upgrade
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CI_FAIL_MAILS: ${{ secrets.NIGHTLY_FAIL_MAILS }}
GMAIL_USERNAME: ${{ secrets.GMAIL_USERNAME }}
GMAIL_PASSWORD: ${{ secrets.GMAIL_PASSWORD }}