Skip to content

Commit 6c23fc5

Browse files
committed
111
1 parent 38f34f8 commit 6c23fc5

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ concurrency:
3131
jobs:
3232
build:
3333
runs-on: self-hosted
34-
permissions:
35-
contents: read
36-
pull-requests: write
3734
strategy:
3835
fail-fast: false
3936
matrix:
@@ -66,7 +63,7 @@ jobs:
6663
name: logs-test-${{ matrix.module }}-${{ github.run_number}}#${{ github.run_attempt }}
6764
path: ${{ runner.temp }}/fluss-logs/*
6865
- name: Upload JaCoCo coverage report
69-
uses: actions/upload-artifact@v4
70-
with:
71-
name: jacoco-report-${{ matrix.module }}-${{ github.run_number}}#${{ github.run_attempt }}
72-
path: ${{ github.workspace }}/fluss-test-coverage/target/site/jacoco/
66+
uses: actions/upload-artifact@v4
67+
with:
68+
name: jacoco-report-${{ matrix.module }}-${{ github.run_number}}#${{ github.run_attempt }}
69+
path: ${{ github.workspace }}/fluss-test-coverage/target/site/jacoco/

0 commit comments

Comments
 (0)