Skip to content

Commit

Permalink
add weekly trigger for the github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
svirpioj committed Oct 11, 2023
1 parent 099e25b commit b8045a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
branches:
- master
- develop
schedule:
# Run on Tuesdays at 5:59
- cron: '59 5 * * 2'
workflow_dispatch:
jobs:
build-n-test:
Expand Down

0 comments on commit b8045a1

Please sign in to comment.