ci: add workflow_dispatch trigger to check-getting-started

This commit is contained in:
2026-01-25 07:16:24 +03:00
parent f78c16581e
commit eef3eda02b
@@ -29,6 +29,7 @@ on:
types: [opened, synchronize, reopened, ready_for_review]
schedule:
- cron: "0 5 * * *"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}