You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2022/12/24 14:27:23 UTC

[arrow-adbc] branch maint-0.1.0 updated: chore(dev/release): fix condition in packaging.yml (#265)

This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch maint-0.1.0
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/maint-0.1.0 by this push:
     new 751392f  chore(dev/release): fix condition in packaging.yml (#265)
751392f is described below

commit 751392fc0855c6942222fd92d98fa8a0d414cb7b
Author: David Li <li...@gmail.com>
AuthorDate: Sat Dec 24 09:26:38 2022 -0500

    chore(dev/release): fix condition in packaging.yml (#265)
---
 .github/workflows/packaging.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index 8fec095..63161cc 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -128,8 +128,6 @@ jobs:
   linux:
     name: Linux ${{ matrix.target }}
     runs-on: ubuntu-latest
-    # TODO(GH-259): disable Linux packaging builds in RC builds for now
-    if: "!startsWith(github.ref, 'refs/tags')"
     strategy:
       fail-fast: false
       matrix: