Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Apr 20, 2024
1 parent b755056 commit f951534
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cleanup-caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ on:
workflow_dispatch:
inputs:
branchNames:
description: 'List of branch(ref) names with caches to be deleted'
required: false
type: string

merge_group:

jobs:
cleanup:
runs-on: ubuntu-latest
Expand All @@ -21,5 +20,4 @@ jobs:
- name: Cleanup
uses: 4m-mazi/souji-action@test
with:
branch-names: main refs/pull/123/merge refs/tags/1.0.0
dry-run: true
branch-names: ${{ inputs.branchNames }}

0 comments on commit f951534

Please sign in to comment.