mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-11 20:50:42 +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:
|
delete_workflow_pattern:
|
||||||
description: 'Name or filename of the workflow (if not set, all workflows are targeted)'
|
description: 'Name or filename of the workflow (if not set, all workflows are targeted)'
|
||||||
required: false
|
required: false
|
||||||
|
default: 'Build and Release uYouEnhanced' # default value is ""
|
||||||
delete_workflow_by_state_pattern:
|
delete_workflow_by_state_pattern:
|
||||||
description: 'Filter workflows by state: active, deleted, disabled_fork, disabled_inactivity, disabled_manually'
|
description: 'Filter workflows by state: active, deleted, disabled_fork, disabled_inactivity, disabled_manually'
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue