mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-08 04:44:27 +00:00
ci: clean artifacts, move flatpak to release tip
This commit is contained in:
17
.github/workflows/clean-artifacts.yml
vendored
Normal file
17
.github/workflows/clean-artifacts.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Clean Artifacts
|
||||
on:
|
||||
schedule:
|
||||
# Every 6 hours
|
||||
- cron: '0 */6 * * *'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
remove-old-artifacts:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- name: Remove old artifacts
|
||||
uses: c-hive/gha-remove-artifacts@v1
|
||||
with:
|
||||
age: '1 week'
|
||||
skip-tags: true
|
||||
skip-recent: 5
|
||||
Reference in New Issue
Block a user