From 11622d31b46737958c19836d317fc410792c8c8b Mon Sep 17 00:00:00 2001 From: Eugene Grebenschikov Date: Tue, 6 Feb 2024 09:18:30 -0800 Subject: [PATCH] Add manual run of actions. (cherry picked from commit 0491cc05ee6a9277c55caeee8563fb639db7a9b0) --- .github/workflows/nginx-otel-module-check.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nginx-otel-module-check.yml b/.github/workflows/nginx-otel-module-check.yml index ba81a95..a2d8d12 100644 --- a/.github/workflows/nginx-otel-module-check.yml +++ b/.github/workflows/nginx-otel-module-check.yml @@ -1,6 +1,9 @@ name: nginx-otel-module-check run-name: ${{ github.actor }} is triggering pipeline -on: [push] +on: + push: + workflow_dispatch: + jobs: build-module: runs-on: ubuntu-latest