Skip to content

Commit

Permalink
Merge pull request #111 from MDAnalysis/add-cron
Browse files Browse the repository at this point in the history
Add cron trigger for CI
  • Loading branch information
IAlibay authored Sep 4, 2023
2 parents 6fb8351 + 9a347ca commit 6aac494
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ on:
pull_request:
branches:
- "main"
# schedule:
# Nightly tests run on master by default:
# Scheduled workflows run on the latest commit on the default or base branch.
# (from https://help.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule)
# - cron: "0 0 * * *"
schedule:
# 3 am Tuesdays and Fridays
- cron: "0 3 * * 2,5"

concurrency:
group: "${{ github.ref }}-${{ github.head_ref }}"
Expand Down

0 comments on commit 6aac494

Please sign in to comment.