Skip to content

Daily

Daily #400

Workflow file for this run

# This runs cron jobs daily
name: Daily
on:
workflow_dispatch:
schedule:
- cron: '0 23 * * *'
jobs:
codeql:
uses: pyiron/actions/.github/workflows/[email protected]
secrets: inherit
with:
extra-python-paths: tests tests/benchmark tests/integration tests/static tests/unit # For executorlib