Skip to content

Run CI (scheduled)

Run CI (scheduled) #1

Workflow file for this run

# this is a separate workflow to prevent the main CI workflow from being automatically disabled due to inactivity
name: Run CI (scheduled)
on:
schedule:
# run every Saturday at 11 EST / 12 EDT
# because new Pydantic versions keep breaking things :(
- cron: 0 16 * * 6
jobs:
ci:

Check failure on line 12 in .github/workflows/ci_scheduled.yml

View workflow run for this annotation

GitHub Actions / Run CI (scheduled)

Invalid workflow file

The workflow is not valid. .github/workflows/ci_scheduled.yml (Line: 12, Col: 3): Error calling workflow 'hexdoc-dev/hexdoc/.github/workflows/ci.yml@d543be08695dd239eb2aaff1bdc2378462f61e79'. The nested job 'build' is requesting 'pages: read', but is only allowed 'pages: none'. .github/workflows/ci_scheduled.yml (Line: 12, Col: 3): Error calling workflow 'hexdoc-dev/hexdoc/.github/workflows/ci.yml@d543be08695dd239eb2aaff1bdc2378462f61e79'. The nested job 'update-tags' is requesting 'contents: write', but is only allowed 'contents: read'.
uses: ./.github/workflows/ci.yml