From b66e1efa158a3dd3e57f444f7d64861e6f7e32e7 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Fri, 31 Oct 2025 16:01:10 +0400 Subject: [PATCH] Allow triggering validate-apis CI It can be useful to update the cache. --- .github/workflows/validate-apis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/validate-apis.yml b/.github/workflows/validate-apis.yml index 7b98a6605d..f4ae6a4dd9 100644 --- a/.github/workflows/validate-apis.yml +++ b/.github/workflows/validate-apis.yml @@ -1,6 +1,7 @@ name: Validate APIs on: + workflow_dispatch: pull_request: branches: - main