Skip to content

Commit

Permalink
[TASK] Allow workflow_dispatch for ci.yml
Browse files Browse the repository at this point in the history
This allows to schedule nightly runs within
GitHub actions on main branch for this branch.
  • Loading branch information
sbuerk committed Sep 29, 2024
1 parent 440e6b5 commit fa0c812
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: CI
on:
push:
pull_request:
schedule:
- cron: '12 6 * * *'
workflow_dispatch:

jobs:

Expand Down

0 comments on commit fa0c812

Please sign in to comment.