try workflow dispatch again

This commit is contained in:
Joseph Hanson 2024-07-26 20:52:24 -05:00
parent 0529706565
commit 59f70e50c0
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -1,12 +1,12 @@
on:
schedule:
- cron: '*/30 * * * *'
# workflow_dispatch:
# inputs:
# dryRun:
# description: Dry Run
# default: "false"
# required: false
workflow_dispatch:
inputs:
dryRun:
description: Dry Run
default: "false"
required: false
# env:
# RENOVATE_DRY_RUN: "${{ inputs.dryRun == true }}"
jobs: