Artifacts - Re-added dispatch

This commit is contained in:
XargonWan 2022-05-06 09:28:03 +09:00 committed by GitHub
parent 6fa8baf588
commit faf28de315
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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