the 'keep' param no longer seems to be used in CI job (#457)

This commit is contained in:
PJ Fanning 2023-06-30 13:12:43 +01:00 committed by GitHub
parent a7369c0140
commit e731353517
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,11 +21,6 @@ name: Publish nightly snapshots and documentation
on:
workflow_dispatch:
inputs:
keep:
description: Number of versions to keep.
required: false
default: 30
schedule:
- cron: "0 0 * * *"