Skip to content

Start cleanup and updating for Android 15+ #142

Start cleanup and updating for Android 15+

Start cleanup and updating for Android 15+ #142

Workflow file for this run

name: Android CI
on:
push:
branches: [ launcher ]
permissions:
contents: read
actions: write
jobs:
clean:
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- name: Remove artifacts
continue-on-error: true
uses: c-hive/[email protected]
with:
age: '2 days' # '<number> <unit>', parsed by Moment.js
- name: Purge cache
continue-on-error: true
uses: MyAlbum/purge-cache@v1
with:
max-age: 172800 # 2 days, default: 7 days since last use