From 7d5d24726737debfe30acabd77b29f238fc28e23 Mon Sep 17 00:00:00 2001 From: Kent Yao Date: Tue, 22 Feb 2022 12:43:33 +0800 Subject: [PATCH] address comment --- .github/workflows/master.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 240914b22ea..62e890fda26 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -78,7 +78,10 @@ jobs: ${{ matrix.spark-archive }} ${{ matrix.exclude-tags }} - name: Code coverage - if: ${{ matrix.java == 8 }} && ${{ matrix.spark == '3.2' }} && ${{ matrix.spark-archive == '' }} + if: | + matrix.java == 8 && + matrix.spark == '3.2' && + matrix.spark-archive == '' uses: codecov/codecov-action@v2 with: verbose: true