mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-27 00:05:37 +00:00
Artifacts: added dash in the name
This commit is contained in:
parent
faf28de315
commit
273a1ed7d5
7
.github/workflows/remove-artifacts.yml
vendored
7
.github/workflows/remove-artifacts.yml
vendored
|
@ -1,14 +1,11 @@
|
||||||
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