Skip to content

Commit

Permalink
Fix BE build not running on PRs (!?) since a32272d
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean committed Feb 15, 2024
1 parent f92df08 commit d91aa20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
restore-keys: ${{ runner.os }}-sonar

- name: "Pull request: Maven tests & sonar"
if: ${{ inputs.event_name == 'pull_request' }}
if: ${{ inputs.event_name == 'pull_request' || inputs.event_name == 'pull_request_target' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_BACKEND }}
Expand Down

0 comments on commit d91aa20

Please sign in to comment.