Skip to content

Commit

Permalink
temporarily run cron job on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Jul 16, 2023
1 parent 817682d commit 2569906
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gh-ci-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
schedule:
# 3 am Tuesdays and Fridays
- cron: "0 3 * * 2,5"
pull_request:
branches:
- develop

concurrency:
# Probably overly cautious group naming.
Expand Down

0 comments on commit 2569906

Please sign in to comment.