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' }}