mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 06:25:39 +00:00
Artifacts - Re-added dispatch
This commit is contained in:
parent
6fa8baf588
commit
faf28de315
7
.github/workflows/remove-artifacts.yml
vendored
7
.github/workflows/remove-artifacts.yml
vendored
|
@ -1,11 +1,14 @@
|
||||||
name: Remove artifacts
|
name: Remove artifacts
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
#on:
|
||||||
#schedule:
|
#schedule:
|
||||||
# Every day at 1am
|
# Every day at 1am
|
||||||
# - cron: '0 1 * * *'
|
# - cron: '0 1 * * *'
|
||||||
|
|
||||||
workflow_dispatch:
|
# workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
remove-old-artifacts:
|
remove-old-artifacts:
|
||||||
|
@ -19,4 +22,4 @@ jobs:
|
||||||
#age: '1 month' # '<number> <unit>', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js
|
#age: '1 month' # '<number> <unit>', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js
|
||||||
# Optional inputs
|
# Optional inputs
|
||||||
# skip-tags: true
|
# skip-tags: true
|
||||||
# skip-recent: 5
|
# skip-recent: 5
|
||||||
|
|
Loading…
Reference in a new issue