Cleaned up pom, added simple quality test action on push usable for forks of the repo
This commit is contained in:
committed by
Nanne Baars
parent
0c285eef5b
commit
9403bbb851
2
.github/workflows/rebase.yml
vendored
2
.github/workflows/rebase.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
jobs:
|
||||
rebase:
|
||||
name: Rebase
|
||||
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') && github.event.comment.author_association == 'MEMBER'
|
||||
if: github.repository == 'WebGoat/WebGoat' && github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') && github.event.comment.author_association == 'MEMBER'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout the latest code
|
||||
|
Reference in New Issue
Block a user