Skip to content

Daily tests run

Daily tests run #23

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 'georgejipa/woocommerce/.github/workflows/ci.yml@ebe352c8aeee1c29133a738186f0b7c4cd258380'. 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