Skip to content

Commit

Permalink
Add cron trigger to rolling build
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor-99 committed Oct 9, 2024
1 parent d2555c4 commit f1d37cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test_rolling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
branches: [rolling]

workflow_dispatch:
schedule:
- cron: '15 14 * * 6'

jobs:
build:
Expand Down

0 comments on commit f1d37cf

Please sign in to comment.