Skip to content

Daily tests run

Daily tests run #18

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 'owaisahmed5300/woocommerce/.github/workflows/ci.yml@2dac6fb9e458d890a6740801b0f6839f695a9105'. The nested job 'report-flaky-tests' is requesting 'issues: write', but is only allowed 'issues: none'.
name: 'Run tests'
uses: ./.github/workflows/ci.yml
with:
trigger: 'daily-checks'
secrets: inherit