Skip to content

Daily

Daily #151

Workflow file for this run

# This runs cron jobs daily
name: Daily
on:
schedule:
- cron: '0 23 * * *'
jobs:
codeql:
uses: pyiron/actions/.github/workflows/[email protected]
secrets: inherit
with:
tests-env-files: .ci_support/environment.yml .ci_support/environment-tests.yml