This is an automated email from the ASF dual-hosted git repository.
mapohl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new d2abd744621 [FLINK-34410][ci] Disables the nightly trigger workflow
for forks
d2abd744621 is described below
commit d2abd744621c6f0f65e7154a2c1b53bcaf78e90b
Author: Matthias Pohl <[email protected]>
AuthorDate: Thu Feb 8 08:23:09 2024 +0100
[FLINK-34410][ci] Disables the nightly trigger workflow for forks
---
.github/workflows/nightly-trigger.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/nightly-trigger.yml
b/.github/workflows/nightly-trigger.yml
index 6ff7c527387..5ed2a103587 100644
--- a/.github/workflows/nightly-trigger.yml
+++ b/.github/workflows/nightly-trigger.yml
@@ -24,6 +24,7 @@ on:
jobs:
Trigger:
+ if: github.repository == 'apache/flink'
permissions:
actions: write
strategy: