This is an automated email from the ASF dual-hosted git repository.
hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 6836f241 only run publish-nightly action on the main repo (#1868)
6836f241 is described below
commit 6836f2417ad08037f5cdb1f073c158dacf548d75
Author: 纪华裕 <[email protected]>
AuthorDate: Fri Nov 3 08:08:39 2023 +0800
only run publish-nightly action on the main repo (#1868)
---
.github/workflows/nightly.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml
index f02cfaeb..6ea6e7d3 100644
--- a/.github/workflows/nightly.yaml
+++ b/.github/workflows/nightly.yaml
@@ -27,6 +27,7 @@ jobs:
publish-nightly-docker-image:
name: Publish nightly Docker image
runs-on: ubuntu-20.04
+ if: github.repository_owner == 'apache'
steps:
- uses: actions/checkout@v3