Skip to content

Commit 31a36f7

Browse files
committed
1
1 parent fef9e96 commit 31a36f7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/[email protected]

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,11 @@ jobs:
9191
if: failure()
9292
with:
9393
check_name: Unit tests report
94-
token: ""
9594
require_tests: true
9695
report_paths: "*/**/target/*-reports/*.xml"
9796
follow_symlink: true
97+
updateComment: false
98+
skip_annotations: true
9899

99100
setup-integration-tests:
100101
name: Setup ITs
@@ -183,11 +184,12 @@ jobs:
183184
if: failure()
184185
with:
185186
check_name: Integration tests report for Cassandra ${{ matrix.cassandra-version }}
186-
token: ""
187187
require_tests: true
188188
report_paths: "*/**/target/*-reports/*.xml"
189189
follow_symlink: true
190190
detailed_summary: true
191+
updateComment: false
192+
skip_annotations: true
191193

192194
scylla-integration-tests:
193195
name: Scylla ITs
@@ -252,8 +254,9 @@ jobs:
252254
if: failure()
253255
with:
254256
check_name: Integration tests report for Scylla ${{ matrix.scylla-version }}
255-
token: ""
256257
require_tests: true
257258
report_paths: "*/**/target/*-reports/*.xml"
258259
follow_symlink: true
259260
detailed_summary: true
261+
updateComment: false
262+
skip_annotations: true

0 commit comments

Comments
 (0)