mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-08 15:57:47 -07:00
Small tweak for GH workflow
This commit is contained in:
parent
c762a45676
commit
c6205fa806
3 changed files with 28 additions and 8 deletions
8
.github/workflows/orca_bot.yml
vendored
8
.github/workflows/orca_bot.yml
vendored
|
|
@ -2,7 +2,13 @@ name: Orca bot
|
|||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
logLevel:
|
||||
description: 'Log level'
|
||||
required: true
|
||||
default: 'warning'
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue