Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fmway authored Dec 14, 2024
1 parent 23bb013 commit ab87d8f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ on:
branches: [master]
schedule:
- cron: "0 */2 * * *"
workflow_call:
inputs:
config-path:
required: true
type: string
secrets:
personal_access_token:
required: true
# concurrency:
# # Use github.run_id on main branch
# # Use github.event.pull_request.number on pull requests, so it's unique per pull request
Expand Down

0 comments on commit ab87d8f

Please sign in to comment.