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
5
.github/workflows/remove-artifacts.yml
vendored
5
.github/workflows/remove-artifacts.yml
vendored
|
@ -1,11 +1,14 @@
|
|||
name: Remove artifacts
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
#on:
|
||||
#schedule:
|
||||
# Every day at 1am
|
||||
# - cron: '0 1 * * *'
|
||||
|
||||
workflow_dispatch:
|
||||
# workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
remove-old-artifacts:
|
||||
|
|
Loading…
Reference in a new issue