Skip to content

Commit

Permalink
fix(config/jobs/update-github-teams): set correct trigger branch
Browse files Browse the repository at this point in the history
Signed-off-by: Massimiliano Giovagnoli <[email protected]>
  • Loading branch information
maxgio92 authored and poiana committed Apr 8, 2024
1 parent 8f4e73f commit 7f58f45
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ postsubmits:
falcosecurity/client-go:
- name: peribolos-syncer-post-submit
branches:
- ^main$
- ^master$
decorate: true
max_concurrency: 1
skip_report: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ postsubmits:
falcosecurity/driverkit:
- name: peribolos-syncer-post-submit
branches:
- ^main$
- ^master$
decorate: true
max_concurrency: 1
skip_report: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ postsubmits:
falcosecurity/falco-website:
- name: peribolos-syncer-post-submit
branches:
- ^main$
- ^master$
decorate: true
max_concurrency: 1
skip_report: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ postsubmits:
falcosecurity/falco:
- name: peribolos-syncer-post-submit
branches:
- ^main$
- ^master$
decorate: true
max_concurrency: 1
skip_report: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ postsubmits:
falcosecurity/falcosidekick-ui:
- name: peribolos-syncer-post-submit
branches:
- ^main$
- ^master$
decorate: true
max_concurrency: 1
skip_report: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ postsubmits:
falcosecurity/falcosidekick:
- name: peribolos-syncer-post-submit
branches:
- ^main$
- ^master$
decorate: true
max_concurrency: 1
skip_report: false
Expand Down
2 changes: 1 addition & 1 deletion config/jobs/update-github-teams/peribolos-syncer-libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ postsubmits:
falcosecurity/libs:
- name: peribolos-syncer-post-submit
branches:
- ^main$
- ^master$
decorate: true
max_concurrency: 1
skip_report: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ postsubmits:
falcosecurity/test-infra:
- name: peribolos-syncer-post-submit
branches:
- ^main$
- ^master$
decorate: true
max_concurrency: 1
skip_report: false
Expand Down

0 comments on commit 7f58f45

Please sign in to comment.