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/01 16:24:20 UTC

[tinkerpop] branch 3.4-dev updated: Fixed copy/paste error in gh actions. 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 f593dbc  Fixed copy/paste error in gh actions. CTR
f593dbc is described below

commit f593dbcad65123c55f63c9c03e8042627c6975d1
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Fri Oct 1 12:23:55 2021 -0400

    Fixed copy/paste error in gh actions. CTR
---
 .github/workflows/build-test.yml | 1 -
 1 file changed, 1 deletion(-)

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