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

gongchao pushed a commit to branch action-docker-build
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git


The following commit(s) were added to refs/heads/action-docker-build by this 
push:
     new 89b7ae346 bugfix github action build docker image error
89b7ae346 is described below

commit 89b7ae3464dd1960d940acd4066a21b8b928d74f
Author: tomsun28 <[email protected]>
AuthorDate: Wed Aug 14 14:03:05 2024 +0800

    bugfix github action build docker image error
    
    Signed-off-by: tomsun28 <[email protected]>
---
 .github/workflows/nightly-build.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/nightly-build.yml 
b/.github/workflows/nightly-build.yml
index 3728efb23..56df5692e 100644
--- a/.github/workflows/nightly-build.yml
+++ b/.github/workflows/nightly-build.yml
@@ -27,6 +27,7 @@ on:
 jobs:
   build:
     runs-on: ubuntu-latest
+    if: ${{ github.repository == 'apache/hertzbeat' }}
     steps:
     - uses: actions/checkout@v4
     - name: Set up JDK 17


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to