mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 14:35: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
|
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:
|
||||||
|
|
Loading…
Reference in a new issue