mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
various fixes...
This commit is contained in:
parent
aec9bcff27
commit
38f97d0185
1 changed files with 2 additions and 1 deletions
3
.github/workflows/run_tests.yml
vendored
3
.github/workflows/run_tests.yml
vendored
|
@ -31,7 +31,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Build
|
||||
if: github.event.issue.pull_request && github.event.user.login == 'justrp'
|
||||
if: github.event.issue.pull_request && github.actor == 'justrp'
|
||||
#if: github.event.issue.pull_request && contains(github.event.comment.body, 'test') && github.actor == 'justrp'
|
||||
env:
|
||||
PR_NUMBER: ${{ github.event.number }}
|
||||
PR_REF_OWNER: ${{ github.event.pull_request.head.repo.owner.login }}
|
||||
|
|
Loading…
Reference in a new issue