mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Fixed delete-workflow-runs.yml
It will only delete `Build and Release uYouEnhanced` from now on.
This commit is contained in:
parent
0adb3c865c
commit
eebbb116ac
1 changed files with 1 additions and 0 deletions
1
.github/workflows/delete-workflow-runs.yml
vendored
1
.github/workflows/delete-workflow-runs.yml
vendored
|
|
@ -13,6 +13,7 @@ on:
|
|||
delete_workflow_pattern:
|
||||
description: 'Name or filename of the workflow (if not set, all workflows are targeted)'
|
||||
required: false
|
||||
default: 'Build and Release uYouEnhanced' # default value is ""
|
||||
delete_workflow_by_state_pattern:
|
||||
description: 'Filter workflows by state: active, deleted, disabled_fork, disabled_inactivity, disabled_manually'
|
||||
required: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue