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

Daily

Daily #6

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