You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2021/10/05 12:04:41 UTC

[tinkerpop] branch 3.4-dev updated: Already an error in previous commit related - smoke needs to depend on check CTR

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

spmallette pushed a commit to branch 3.4-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/3.4-dev by this push:
     new 9a0c9f1  Already an error in previous commit related - smoke needs to depend on check CTR
9a0c9f1 is described below

commit 9a0c9f147a612ae6e06d040f6b332b12ddb17dc7
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Tue Oct 5 08:04:14 2021 -0400

    Already an error in previous commit related - smoke needs to depend on check CTR
---
 .github/workflows/build-test.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 23cfb30..b8abad2 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -17,6 +17,7 @@ jobs:
   smoke:
     name: smoke
     timeout-minutes: 600 # 10 minutes
+    needs: check
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v2