mirror of
https://github.com/brettstack/civ6-play-by-cloud-turn-notifier.git
synced 2026-04-03 03:00:02 -04:00
16 lines
316 B
YAML
16 lines
316 B
YAML
name: 'Delete old artifacts'
|
|
on:
|
|
workflow_dispatch:
|
|
# schedule:
|
|
# # Run weekly
|
|
# - cron: "0 0 * * 0"
|
|
|
|
jobs:
|
|
delete-artifacts:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: kolpav/purge-artifacts-action@v1
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
expire-in: 10 minutes
|