From 38ed01c0bfe997394fd3de9b5f1be43ac7873167 Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Fri, 5 Jun 2026 19:09:34 +0100 Subject: [PATCH] lint-actions.yml: Add manual and scheduled triggers --- .github/workflows/lint-actions.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint-actions.yml b/.github/workflows/lint-actions.yml index c677371..adc2ceb 100644 --- a/.github/workflows/lint-actions.yml +++ b/.github/workflows/lint-actions.yml @@ -3,13 +3,16 @@ name: Lint GitHub Actions on: + workflow_call: + workflow_dispatch: + schedule: + - cron: '11 2 * * *' pull_request: branches: - main push: branches: - main - workflow_call: permissions: contents: read