Skip to content

Commit 5a30740

Browse files
committedAug 13, 2022
ci: Disable cleanup dry-run
1 parent 3e8aea4 commit 5a30740

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

‎.github/workflows/cleanup.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ on:
2727
- deleted
2828
- disabled_inactivity
2929
- disabled_manually
30-
dry_run:
31-
description: 'Dry run?'
32-
required: false
33-
type: boolean
3430

3531
jobs:
3632

@@ -47,4 +43,4 @@ jobs:
4743
keep_minimum_runs: ${{ github.event.inputs.minimum_runs }}
4844
delete_workflow_pattern: ${{ github.event.inputs.delete_workflow_pattern }}
4945
delete_workflow_by_state_pattern: ${{ github.event.inputs.delete_workflow_by_state_pattern }}
50-
dry_run: ${{ github.event.inputs.dry_run }}
46+

0 commit comments

Comments
 (0)
Please sign in to comment.