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:25:19 UTC

[skywalking-banyandb-java-client] branch main updated: Fix 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 37d872d  Fix condition.
37d872d is described below

commit 37d872d4ae7152c663c444ce002892042f430784
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Aug 31 15:25:13 2021 +0800

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

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 7ce0c4a..86ff2b5 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -23,7 +23,6 @@ on:
 
 jobs:
   check-license-header:
-    if: (github.event_name == 'schedule' && github.repository == 'apache/skywalking') || (github.event_name != 'schedule')
     name: Check License Header
     runs-on: ubuntu-latest
     timeout-minutes: 10