We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74b885 commit 4815351Copy full SHA for 4815351
.github/workflows/maven-checks.yaml
@@ -65,13 +65,7 @@ jobs:
65
name: presto-coordinator-runtime-image
66
needs: maven-checks
67
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
- }}
+ if: ${{ always() && success() && github.event_name == 'push' && github.repository == 'y-scope/presto' && github.ref == 'refs/heads/release-0.293-clp-connector' }}
75
steps:
76
- uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
77
with:
0 commit comments