Skip to content

Commit

Permalink
Run CI workflow on every Mon, Wed, and Fri (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti authored Oct 19, 2023
1 parent 0839194 commit e43e9f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ on:
- shared/src/native-src/*
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1,3,5' # Every Monday, Wednesday, and Friday at midnight UTC

env:
buildConfiguration: Release
Expand Down

0 comments on commit e43e9f1

Please sign in to comment.