Skip to content

Commit

Permalink
[squash]
Browse files Browse the repository at this point in the history
  • Loading branch information
schaubh committed Jul 30, 2024
1 parent 7732534 commit ea147c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}

0 comments on commit ea147c5

Please sign in to comment.