Skip to content

Commit 47ed5c3

Browse files
committed
update actions to avoid coverage report on release
Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
1 parent 7306df7 commit 47ed5c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
name: coverage
5858
path: .coverage.${{ matrix.python-version }}
5959
report:
60+
if: github.event_name != 'release'
6061
needs: [test]
6162
runs-on: ubuntu-20.04
6263
permissions:

0 commit comments

Comments
 (0)