diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 73d82d36..1ff312fc 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -18,6 +18,9 @@ on: - README.md - "docs/**" workflow_dispatch: + schedule: + # Run conda CI on Monday and Thursday at 1:25am EST (06:25 UTC) + - cron: '25 6 * * 1,4' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}