ci: allow metadata workflow manual trigger (#338)

This commit is contained in:
Michael McLoughlin
2022-11-26 14:13:37 -08:00
committed by GitHub
parent 81aabe5ce6
commit 8e371a3c87

View File

@@ -2,6 +2,7 @@ name: metadata
permissions: permissions:
contents: read contents: read
on: on:
workflow_dispatch:
schedule: schedule:
- cron: "24 5 1 * *" - cron: "24 5 1 * *"
jobs: jobs: