This is an automated email from the ASF dual-hosted git repository.
danny0405 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 5da405ec8c8 [MINOR] don't run scheduled workflow on forks (#11736)
5da405ec8c8 is described below
commit 5da405ec8c8c7de6cdec607a43ba6b3ea8f34861
Author: Tim Brown <[email protected]>
AuthorDate: Wed Aug 7 21:45:16 2024 -0400
[MINOR] don't run scheduled workflow on forks (#11736)
---
.github/workflows/scheduled_workflow.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/scheduled_workflow.yml
b/.github/workflows/scheduled_workflow.yml
index e6992d6b383..d19042fd0e9 100644
--- a/.github/workflows/scheduled_workflow.yml
+++ b/.github/workflows/scheduled_workflow.yml
@@ -29,6 +29,7 @@ permissions:
jobs:
process-new-and-updated-prs:
+ if: github.repository == 'apache/hudi'
runs-on: ubuntu-latest
steps:
- name: Checkout repository