From c302f113b05d0f8c7703841181e509cc04aab010 Mon Sep 17 00:00:00 2001 From: czaky Date: Fri, 17 May 2024 12:45:46 +0000 Subject: [PATCH] add on workflow_dispatch to integration to verify why this fails remotely --- .github/workflows/integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c6e74eaef..7d0f1db74 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -5,6 +5,7 @@ on: branches: ["master"] pull_request: branches: ["master"] + workflow_dispatch: permissions: contents: read