Skip to content

CI (Manual)

CI (Manual) #1

Workflow file for this run

name: CI (Manual)
on:
# Enable execution directly from Actions page
workflow_dispatch:
# default token permissions = none
permissions: {}
jobs:
validate:
uses: ./.github/workflows/validate.yml
permissions: {}
secrets: {}