From ea147c5126c4bf9378a74277087e8984953be7ac Mon Sep 17 00:00:00 2001 From: Hanspeter Schaub Date: Tue, 30 Jul 2024 13:57:00 -0600 Subject: [PATCH] [squash] --- .github/workflows/test-pull-request.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test-pull-request.yml b/.github/workflows/test-pull-request.yml index 525d7cf43c..f6b7d16530 100644 --- a/.github/workflows/test-pull-request.yml +++ b/.github/workflows/test-pull-request.yml @@ -2,8 +2,12 @@ name: Test run pull request action on: workflow_dispatch: + push: jobs: call-pull-request: uses: ./.github/workflows/pull-request.yml secrets: inherit + +env: + LOG_LEVEL: ${{ inputs.logLevel || 'DEBUG' }}