ci: allow metadata workflow manual trigger (#338)
This commit is contained in:
committed by
GitHub
parent
81aabe5ce6
commit
8e371a3c87
1
.github/workflows/metadata.yml
vendored
1
.github/workflows/metadata.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user