From dc32081f7abb394e75bd882e4cb33d6156ff503e Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Mon, 29 Jan 2024 11:45:26 +0000 Subject: [PATCH] add workflow dispatch triggers to test workflows --- .github/workflows/test-meticulous-against-deployment.yaml | 1 + .github/workflows/test-meticulous.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/test-meticulous-against-deployment.yaml b/.github/workflows/test-meticulous-against-deployment.yaml index 2a427ed8..7ba348b9 100644 --- a/.github/workflows/test-meticulous-against-deployment.yaml +++ b/.github/workflows/test-meticulous-against-deployment.yaml @@ -8,6 +8,7 @@ on: - main - releases/* pull_request: {} + workflow_dispatch: {} permissions: actions: write diff --git a/.github/workflows/test-meticulous.yaml b/.github/workflows/test-meticulous.yaml index f634a175..d9be7804 100644 --- a/.github/workflows/test-meticulous.yaml +++ b/.github/workflows/test-meticulous.yaml @@ -8,6 +8,7 @@ on: - main - releases/* pull_request: {} + workflow_dispatch: {} permissions: actions: write