refactor: streamline clean old assets job by using reusable workflow
refactor: update clean old assets job to include steps section refactor: add checkout step in clean_old_assets job for improved repository access fix: correct path to clean old assets workflow in autobuild.yml fix: update path to clean old assets workflow in autobuild.yml refactor: simplify clean_old_assets job by removing unnecessary steps refactor: enhance clean_old_assets job dependencies for improved execution flow Revert "refactor: enhance clean_old_assets job dependencies for improved execution flow" This reverts commit 1a5108b5ad932e888a2b52f13616b483ebb9856e. feat: implement get_latest_tauri_commit script and update release versioning logic
This commit is contained in:
12
.github/workflows/clean-old-assets.yml
vendored
12
.github/workflows/clean-old-assets.yml
vendored
@@ -13,6 +13,18 @@ on:
|
||||
required: false
|
||||
default: false
|
||||
type: boolean
|
||||
workflow_call:
|
||||
inputs:
|
||||
tag_name:
|
||||
description: "Release tag name to clean (default: autobuild)"
|
||||
required: false
|
||||
default: "autobuild"
|
||||
type: string
|
||||
dry_run:
|
||||
description: "Dry run mode (only show what would be deleted)"
|
||||
required: false
|
||||
default: false
|
||||
type: boolean
|
||||
|
||||
permissions: write-all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user