Skip to content

Nightly

Nightly #5

Workflow file for this run

name: Nightly
on:
schedule:
# Run every Monday at 12 AM UTC
- cron: '0 0 * * 1'
workflow_dispatch: # Allow manual trigger
permissions:
contents: read
jobs:
test:

Check failure on line 13 in .github/workflows/nightly.yml

View workflow run for this annotation

GitHub Actions / Nightly

Invalid workflow file

The workflow is not valid. .github/workflows/nightly.yml (Line: 13, Col: 3): Error calling workflow 'deviantintegral/har/.github/workflows/test.yml@7435e7f7af7925882c6cc5401438b8411dd74b1a'. The workflow is requesting 'checks: write', but is only allowed 'checks: none'.
uses: ./.github/workflows/test.yml
with:
skip_coverage_annotation: true