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

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


The following commit(s) were added to refs/heads/main by this push:
     new f4d0a7d97 chore(ci): fix verification jobs (#1613)
f4d0a7d97 is described below

commit f4d0a7d975f0727b19a2d76347128b1444bbe08a
Author: David Li <[email protected]>
AuthorDate: Tue Mar 12 10:32:07 2024 -0400

    chore(ci): fix verification jobs (#1613)
    
    Fixes #1611.
---
 .github/workflows/nightly-verify.yml | 2 ++
 .github/workflows/verify.yml         | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/.github/workflows/nightly-verify.yml 
b/.github/workflows/nightly-verify.yml
index fce4d2b8e..812a028b2 100644
--- a/.github/workflows/nightly-verify.yml
+++ b/.github/workflows/nightly-verify.yml
@@ -138,6 +138,7 @@ jobs:
       - name: Verify
         if: matrix.os != 'windows-latest'
         env:
+          CI: "false"
           REPOSITORY: ${{ github.repository }}
           TEST_DEFAULT: "0"
           TEST_SOURCE: "1"
@@ -151,6 +152,7 @@ jobs:
         if: matrix.os == 'windows-latest'
         shell: pwsh
         env:
+          CI: "false"
           REPOSITORY: ${{ github.repository }}
           TEST_DEFAULT: "0"
           TEST_SOURCE: "1"
diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml
index 5fd56dd57..eef1ab155 100644
--- a/.github/workflows/verify.yml
+++ b/.github/workflows/verify.yml
@@ -57,6 +57,7 @@ jobs:
       - name: Verify
         shell: bash
         env:
+          CI: "false"
           REPOSITORY: ${{ github.repository }}
           TEST_DEFAULT: "0"
           TEST_BINARIES: "1"
@@ -87,6 +88,7 @@ jobs:
       - name: Verify
         if: matrix.os != 'windows-latest'
         env:
+          CI: "false"
           REPOSITORY: ${{ github.repository }}
           TEST_DEFAULT: "0"
           TEST_SOURCE: "1"
@@ -98,6 +100,7 @@ jobs:
         if: matrix.os == 'windows-latest'
         shell: pwsh
         env:
+          CI: "false"
           REPOSITORY: ${{ github.repository }}
           TEST_DEFAULT: "0"
           TEST_SOURCE: "1"

Reply via email to