Skip to content

Commit

Permalink
#104 Run tests for the user creating the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphr committed Jan 4, 2024
1 parent e5d0746 commit 6d15507
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ jobs:

- name: 'Build project'
run: mvn -B clean verify -Pci

- name: 'Build project'
run: ./test.sh ${{ github.event.pull_request.user.login }}
if: github.event_name == 'pull_request'

0 comments on commit 6d15507

Please sign in to comment.