Skip to content

Commit 4815351

Browse files
author
Xiaochong Wei
committed
Fix
1 parent d74b885 commit 4815351

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/maven-checks.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,7 @@ jobs:
6565
name: presto-coordinator-runtime-image
6666
needs: maven-checks
6767
runs-on: ubuntu-22.04
68-
if: ${{
69-
always() &&
70-
success() &&
71-
github.event_name == 'push' &&
72-
github.repository == 'y-scope/presto' &&
73-
github.ref == 'refs/heads/release-0.293-clp-connector'
74-
}}
68+
if: ${{ always() && success() && github.event_name == 'push' && github.repository == 'y-scope/presto' && github.ref == 'refs/heads/release-0.293-clp-connector' }}
7569
steps:
7670
- uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
7771
with:

0 commit comments

Comments
 (0)