From 112aec7ac60f7db33a561c2e9b4977237c5015b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergej=20Ko=C5=A1=C4=8Dejev?= Date: Thu, 1 Feb 2024 12:23:26 +0100 Subject: [PATCH] build_mpsqa.yml: enable workflow dispatch This is needed to be able to trigger the workflow after the cascading merge workflow creates a pull request. Events by bots do not trigger workflows by default, in order to prevent infinite recursion. --- .github/workflows/build_mpsqa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_mpsqa.yml b/.github/workflows/build_mpsqa.yml index b094b3cf..42f313ad 100644 --- a/.github/workflows/build_mpsqa.yml +++ b/.github/workflows/build_mpsqa.yml @@ -1,7 +1,7 @@ name: MPS-QA_CI -on: [push, pull_request] +on: [push, pull_request, workflow_dispatch] env: GITHUB_TOKEN: ${{ secrets.MPSQA_GITHUB_PKG_REGISTRY }}