ci: run "Generate Integrations" only in netdata/netdata (#15731)
Ilya Mashchenko committed
Aug 4, 2023 at 13:52 UTC
fa81372fcf6e44d6fb3fc7d1454ab546419306f3
1 file changed
+1
.github/workflows/generate-integrations.yml
+1
@@ -24,6 +24,7 @@ jobs:
24
generate-integrations:
25
name: Generate Integrations
26
runs-on: ubuntu-latest
27
+ if: github.repository == 'netdata/netdata'
28
steps:
29
- name: Checkout Agent
30
id: checkout-agent