Skip to content

Commit

Permalink
Scheduled CI builds for CSP conda end-to-end tests
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Glustein <[email protected]>
  • Loading branch information
AdamGlustein authored and timkpaine committed Jan 5, 2025
1 parent 9b81df9 commit 83ce2f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 83ce2f8

Please sign in to comment.