This commit is contained in:
parent
59f70e50c0
commit
03b6db7665
1 changed files with 9 additions and 6 deletions
|
@ -1,12 +1,15 @@
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '*/30 * * * *'
|
- cron: '*/30 * * * *'
|
||||||
workflow_dispatch:
|
push:
|
||||||
inputs:
|
branches: ["main"]
|
||||||
dryRun:
|
paths: [".forgejo/workflows/renovate.yaml"]
|
||||||
description: Dry Run
|
# workflow_dispatch:
|
||||||
default: "false"
|
# inputs:
|
||||||
required: false
|
# dryRun:
|
||||||
|
# description: Dry Run
|
||||||
|
# default: "false"
|
||||||
|
# required: false
|
||||||
# env:
|
# env:
|
||||||
# RENOVATE_DRY_RUN: "${{ inputs.dryRun == true }}"
|
# RENOVATE_DRY_RUN: "${{ inputs.dryRun == true }}"
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue