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: on:
schedule: schedule:
- cron: '*/30 * * * *' - cron: '*/30 * * * *'
# workflow_dispatch: workflow_dispatch:
# inputs: inputs:
# dryRun: dryRun:
# description: Dry Run description: Dry Run
# default: "false" default: "false"
# required: false required: false
# env: # env:
# RENOVATE_DRY_RUN: "${{ inputs.dryRun == true }}" # RENOVATE_DRY_RUN: "${{ inputs.dryRun == true }}"
jobs: jobs: