summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2022-07-12 15:36:16 +0300
committerGitHub <noreply@github.com>2022-07-12 08:36:16 -0400
commitbb5a6dba89a9f6a727429c7735dcb92495c22eb9 (patch)
tree90e0aa9009ea495d3a169e42013d0ae05fe0da9e /.github
parent06dd92a14219fd3aeea477ff12f40f0e928beab4 (diff)
Also run repoconfig package builds when distro list is changed. (#13276)
This ensures that newly added distros get repoconfig packages promptly.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/repoconfig-packages.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/repoconfig-packages.yml b/.github/workflows/repoconfig-packages.yml
index 2dd8aca524..824ddd3412 100644
--- a/.github/workflows/repoconfig-packages.yml
+++ b/.github/workflows/repoconfig-packages.yml
@@ -7,12 +7,14 @@ on:
paths:
- packaging/repoconfig/**
- .github/workflows/repoconfig-packages.yml
+ - .github/data/distros.yml
push:
branches:
- master
paths:
- packaging/repoconfig/**
- .github/workflows/repoconfig-packages.yml
+ - .github/data/distros.yml
env:
DISABLE_TELEMETRY: 1
REPO_PREFIX: netdata/netdata