Skip to content

Commit 5221dd6

Browse files
committed
Fork CI
1 parent d082701 commit 5221dd6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/maven-master-pulls.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
build-java8:
3232

3333
runs-on: ubuntu-latest
34+
if: "false" # not in fork
3435
strategy:
3536
matrix:
3637
java: [ 8 ]
@@ -56,7 +57,7 @@ jobs:
5657
runs-on: ubuntu-latest
5758

5859
needs: [ build ]
59-
if: success()
60+
if: "false" # success() # not in fork
6061

6162
steps:
6263
- name: Trigger LaceWork Scanning using a different method

.github/workflows/maven-master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
build-java8:
8686

8787
runs-on: ubuntu-latest
88+
if: "false" # not in fork
8889
strategy:
8990
matrix:
9091
java: [ 8 ]

0 commit comments

Comments
 (0)