fixup! Stop running pull request workflow on main
This commit is contained in:
parent
9da4797070
commit
0365d18ff7
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@ jobs:
|
|||
- validate
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: git rebase origin/main
|
||||
- name: set up JDK
|
||||
uses: https://git.wbrawner.com/actions/setup-java@v4
|
||||
with:
|
||||
|
@ -49,6 +50,7 @@ jobs:
|
|||
- validate
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: git rebase origin/main
|
||||
- name: set up JDK
|
||||
uses: https://git.wbrawner.com/actions/setup-java@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue