Skip to content

Commit

Permalink
Scheduled CI builds for CSP conda end-to-end tests (#424)
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Glustein <[email protected]>
  • Loading branch information
AdamGlustein authored Jan 6, 2025
1 parent 44b914f commit bab832b
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 bab832b

Please sign in to comment.