Skip to content

Daily tests run

Daily tests run #12

name: 'Daily tests run'
on:
schedule:
- cron: '25 3 * * *'
workflow_dispatch:
jobs:
run-tests:

Check failure on line 8 in .github/workflows/tests-daily-run.yml

View workflow run for this annotation

GitHub Actions / Daily tests run

Invalid workflow file

The workflow is not valid. .github/workflows/tests-daily-run.yml (Line: 8, Col: 3): Error calling workflow 'WontonSam/chicommerce/.github/workflows/ci.yml@6f73f676306bc2d65fbde7b4f4d2475f739a54c5'. The nested job 'report-flaky-tests' is requesting 'issues: write', but is only allowed 'issues: none'.
name: 'Run tests'
if: github.repository == 'woocommerce/woocommerce'
uses: ./.github/workflows/ci.yml
with:
trigger: 'daily-checks'
secrets: inherit