We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d082701 commit 5221dd6Copy full SHA for 5221dd6
2 files changed
.github/workflows/maven-master-pulls.yml
@@ -31,6 +31,7 @@ jobs:
31
build-java8:
32
33
runs-on: ubuntu-latest
34
+ if: "false" # not in fork
35
strategy:
36
matrix:
37
java: [ 8 ]
@@ -56,7 +57,7 @@ jobs:
56
57
58
59
needs: [ build ]
- if: success()
60
+ if: "false" # success() # not in fork
61
62
steps:
63
- name: Trigger LaceWork Scanning using a different method
.github/workflows/maven-master.yml
@@ -85,6 +85,7 @@ jobs:
85
86
87
88
89
90
91
0 commit comments