You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/08/31 07:24:02 UTC

[skywalking-banyandb-java-client] branch main updated: Remove condition.

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

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-java-client.git


The following commit(s) were added to refs/heads/main by this push:
     new b079d1e  Remove condition.
b079d1e is described below

commit b079d1e778b14fe92464194ee6e4154fd6cca1d3
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Aug 31 15:23:57 2021 +0800

    Remove condition.
---
 .github/workflows/ci.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 7c476ac..7ce0c4a 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -37,7 +37,6 @@ jobs:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
   ci:
-    if: (github.event_name == 'schedule' && github.repository == 'apache/skywalking-banyandb-java-client') || (github.event_name != 'schedule')
     name: CI
     needs: [ check-license-header ]
     runs-on: ubuntu-latest