From 33c2e5de954ee8b56cc7821f2550e7c47678d8ba Mon Sep 17 00:00:00 2001 From: Or Noyman <17881579+fullkomnun@users.noreply.github.com> Date: Mon, 28 Aug 2023 16:54:10 +0300 Subject: [PATCH] chore: allow manually triggering workflow --- .github/workflows/on-pull-request-master.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/on-pull-request-master.yml b/.github/workflows/on-pull-request-master.yml index 0f5b1f9c5..bea4cf243 100644 --- a/.github/workflows/on-pull-request-master.yml +++ b/.github/workflows/on-pull-request-master.yml @@ -4,6 +4,9 @@ on: pull_request: branches: [master] + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + env: DOCKER_BUILDKIT: 1 # enable docker buildkit # Whitelisting is disabled during testing for backwards compatibility with these tests. It must not be disabled in production.