Skip to content

Daily

Daily #518

Workflow file for this run

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