From 7f58f45da5eccc3f3928ff37e822b50138e3ec9e Mon Sep 17 00:00:00 2001 From: Massimiliano Giovagnoli Date: Mon, 8 Apr 2024 18:49:20 +0200 Subject: [PATCH] fix(config/jobs/update-github-teams): set correct trigger branch Signed-off-by: Massimiliano Giovagnoli --- config/jobs/update-github-teams/peribolos-syncer-client-go.yaml | 2 +- config/jobs/update-github-teams/peribolos-syncer-driverkit.yaml | 2 +- .../update-github-teams/peribolos-syncer-falco-website.yaml | 2 +- config/jobs/update-github-teams/peribolos-syncer-falco.yaml | 2 +- .../update-github-teams/peribolos-syncer-falcosidekick-ui.yaml | 2 +- .../update-github-teams/peribolos-syncer-falcosidekick.yaml | 2 +- config/jobs/update-github-teams/peribolos-syncer-libs.yaml | 2 +- .../jobs/update-github-teams/peribolos-syncer-test-infra.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/jobs/update-github-teams/peribolos-syncer-client-go.yaml b/config/jobs/update-github-teams/peribolos-syncer-client-go.yaml index afa8206e309..c6165fe9f9e 100644 --- a/config/jobs/update-github-teams/peribolos-syncer-client-go.yaml +++ b/config/jobs/update-github-teams/peribolos-syncer-client-go.yaml @@ -6,7 +6,7 @@ postsubmits: falcosecurity/client-go: - name: peribolos-syncer-post-submit branches: - - ^main$ + - ^master$ decorate: true max_concurrency: 1 skip_report: false diff --git a/config/jobs/update-github-teams/peribolos-syncer-driverkit.yaml b/config/jobs/update-github-teams/peribolos-syncer-driverkit.yaml index 8c3a5c590f9..69efe35aea8 100644 --- a/config/jobs/update-github-teams/peribolos-syncer-driverkit.yaml +++ b/config/jobs/update-github-teams/peribolos-syncer-driverkit.yaml @@ -6,7 +6,7 @@ postsubmits: falcosecurity/driverkit: - name: peribolos-syncer-post-submit branches: - - ^main$ + - ^master$ decorate: true max_concurrency: 1 skip_report: false diff --git a/config/jobs/update-github-teams/peribolos-syncer-falco-website.yaml b/config/jobs/update-github-teams/peribolos-syncer-falco-website.yaml index 0a055c90ea4..20966342f2c 100644 --- a/config/jobs/update-github-teams/peribolos-syncer-falco-website.yaml +++ b/config/jobs/update-github-teams/peribolos-syncer-falco-website.yaml @@ -6,7 +6,7 @@ postsubmits: falcosecurity/falco-website: - name: peribolos-syncer-post-submit branches: - - ^main$ + - ^master$ decorate: true max_concurrency: 1 skip_report: false diff --git a/config/jobs/update-github-teams/peribolos-syncer-falco.yaml b/config/jobs/update-github-teams/peribolos-syncer-falco.yaml index b44fcb5270a..810725c9719 100644 --- a/config/jobs/update-github-teams/peribolos-syncer-falco.yaml +++ b/config/jobs/update-github-teams/peribolos-syncer-falco.yaml @@ -2,7 +2,7 @@ postsubmits: falcosecurity/falco: - name: peribolos-syncer-post-submit branches: - - ^main$ + - ^master$ decorate: true max_concurrency: 1 skip_report: false diff --git a/config/jobs/update-github-teams/peribolos-syncer-falcosidekick-ui.yaml b/config/jobs/update-github-teams/peribolos-syncer-falcosidekick-ui.yaml index f17567ad85d..49dde6e39f7 100644 --- a/config/jobs/update-github-teams/peribolos-syncer-falcosidekick-ui.yaml +++ b/config/jobs/update-github-teams/peribolos-syncer-falcosidekick-ui.yaml @@ -6,7 +6,7 @@ postsubmits: falcosecurity/falcosidekick-ui: - name: peribolos-syncer-post-submit branches: - - ^main$ + - ^master$ decorate: true max_concurrency: 1 skip_report: false diff --git a/config/jobs/update-github-teams/peribolos-syncer-falcosidekick.yaml b/config/jobs/update-github-teams/peribolos-syncer-falcosidekick.yaml index d82cfa2c761..dca13b7e40f 100644 --- a/config/jobs/update-github-teams/peribolos-syncer-falcosidekick.yaml +++ b/config/jobs/update-github-teams/peribolos-syncer-falcosidekick.yaml @@ -6,7 +6,7 @@ postsubmits: falcosecurity/falcosidekick: - name: peribolos-syncer-post-submit branches: - - ^main$ + - ^master$ decorate: true max_concurrency: 1 skip_report: false diff --git a/config/jobs/update-github-teams/peribolos-syncer-libs.yaml b/config/jobs/update-github-teams/peribolos-syncer-libs.yaml index fdfbc4f563c..92720208c3c 100644 --- a/config/jobs/update-github-teams/peribolos-syncer-libs.yaml +++ b/config/jobs/update-github-teams/peribolos-syncer-libs.yaml @@ -2,7 +2,7 @@ postsubmits: falcosecurity/libs: - name: peribolos-syncer-post-submit branches: - - ^main$ + - ^master$ decorate: true max_concurrency: 1 skip_report: false diff --git a/config/jobs/update-github-teams/peribolos-syncer-test-infra.yaml b/config/jobs/update-github-teams/peribolos-syncer-test-infra.yaml index 9a0fe579298..57845b82559 100644 --- a/config/jobs/update-github-teams/peribolos-syncer-test-infra.yaml +++ b/config/jobs/update-github-teams/peribolos-syncer-test-infra.yaml @@ -6,7 +6,7 @@ postsubmits: falcosecurity/test-infra: - name: peribolos-syncer-post-submit branches: - - ^main$ + - ^master$ decorate: true max_concurrency: 1 skip_report: false