From df9b0a77e30e18d5de127b51b82717a8b91c03ad Mon Sep 17 00:00:00 2001 From: Irina Batinic <117161143+irina-batinic-sonarsource@users.noreply.github.com> Date: Wed, 3 Jul 2024 09:42:26 +0200 Subject: [PATCH] Add releasability status check is triggered manually (#4836) --- .github/workflows/releasability.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/releasability.yaml b/.github/workflows/releasability.yaml index 95227beaf0c..7edf9f7e02a 100644 --- a/.github/workflows/releasability.yaml +++ b/.github/workflows/releasability.yaml @@ -1,8 +1,8 @@ name: Releasability status -'on': - check_suite: - types: - - completed + +on: + workflow_dispatch: + jobs: update_releasability_status: runs-on: ubuntu-latest