Skip to content

Commit

Permalink
Add cron trigger for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Sep 3, 2023
1 parent 6fb8351 commit 9a347ca
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 9a347ca

Please sign in to comment.