Skip to content

Commit

Permalink
ci: Disable cleanup dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Aug 17, 2022
1 parent 1323167 commit 9e1d54b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ on:
- deleted
- disabled_inactivity
- disabled_manually
dry_run:
description: 'Dry run?'
required: false
type: boolean

jobs:

Expand All @@ -47,4 +43,4 @@ jobs:
keep_minimum_runs: ${{ github.event.inputs.minimum_runs }}
delete_workflow_pattern: ${{ github.event.inputs.delete_workflow_pattern }}
delete_workflow_by_state_pattern: ${{ github.event.inputs.delete_workflow_by_state_pattern }}
dry_run: ${{ github.event.inputs.dry_run }}

0 comments on commit 9e1d54b

Please sign in to comment.