From 5b227f89dd9d4b73dbcbca96d5b1f354d0b92ce5 Mon Sep 17 00:00:00 2001 From: Nadav Strahilevitz Date: Thu, 9 May 2024 20:38:56 +0300 Subject: [PATCH] chore: add workflow_disptach to perf gate (#4038) --- .github/workflows/performance.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/performance.yaml b/.github/workflows/performance.yaml index 5df472ed1e2b..329c30b4f37c 100644 --- a/.github/workflows/performance.yaml +++ b/.github/workflows/performance.yaml @@ -3,6 +3,7 @@ # name: Performance Pipeline on: + workflow_dispatch: {} push: branches: - main