Skip to content

Commit 2f4e320

Browse files
committed
REmoved dispatching of projects that depend on utPLSQL-java-api. Those will be dispatched after successful build of utPLSQL-java-api
1 parent 4453b56 commit 2f4e320

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ jobs:
193193
( startsWith( github.ref, 'refs/heads/release/v' ) || github.ref == 'refs/heads/develop' )
194194
strategy:
195195
matrix:
196-
repo: ['utPLSQL/utPLSQL-maven-plugin', 'utPLSQL/utPLSQL-demo-project','utPLSQL/utPLSQL-java-api']
197-
# repo: [ 'utPLSQL/utPLSQL-v2-v3-migration', 'utPLSQL/utPLSQL-cli' ]
196+
repo: [ 'utPLSQL/utPLSQL-demo-project', 'utPLSQL/utPLSQL-java-api' ]
197+
# repo: [ 'utPLSQL/utPLSQL-v2-v3-migration' ]
198198
steps:
199199
- name: Repository Dispatch
200200
uses: peter-evans/repository-dispatch@v1

0 commit comments

Comments
 (0)