summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2023-08-04 13:52:11 +0300
committerGitHub <noreply@github.com>2023-08-04 13:52:11 +0300
commitfa81372fcf6e44d6fb3fc7d1454ab546419306f3 (patch)
treedaace497679bc69cdc84fc097fc79f0417f3b81b
parent67428313888a7f335651cf7498e760db6b5f8e71 (diff)
ci: run "Generate Integrations" only in netdata/netdata (#15731)
-rw-r--r--.github/workflows/generate-integrations.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/generate-integrations.yml b/.github/workflows/generate-integrations.yml
index ec5e4a4259..599cefbc0b 100644
--- a/.github/workflows/generate-integrations.yml
+++ b/.github/workflows/generate-integrations.yml
@@ -24,6 +24,7 @@ jobs:
generate-integrations:
name: Generate Integrations
runs-on: ubuntu-latest
+ if: github.repository == 'netdata/netdata'
steps:
- name: Checkout Agent
id: checkout-agent