kszucs commented on code in PR #12854: URL: https://github.com/apache/arrow/pull/12854#discussion_r849346743
########## .github/workflows/python.yml: ########## @@ -112,6 +112,43 @@ jobs: continue-on-error: true run: archery docker push ${{ matrix.image }} + build-example: + name: ${{ matrix.title }} + runs-on: ubuntu-latest + if: ${{ !contains(github.event.pull_request.title, 'WIP') }} + timeout-minutes: 60 + strategy: + fail-fast: false + matrix: + name: + - minimal-fedora-conda + - minimal-fedora-venv + - minimal-ubuntu-conda + - minimal-ubuntu-venv + include: + - name: minimal-fedora-conda + image: minimal-fedora-conda + title: Fedora Conda Minimal Build Review Comment: Could you please use `<arch> <os> <version> <build-name>` title to better align with the rest of the build titles? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org