Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Daily

Daily #2

Workflow file for this run

# This runs cron jobs daily
name: Daily
on:
schedule:
- cron: '0 23 * * *'
jobs:
codeql:
uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-3.1.0
secrets: inherit