diff --git a/.github/workflows/alerts.yaml b/.github/workflows/alerts.yaml index e964492135..e33fa572e4 100644 --- a/.github/workflows/alerts.yaml +++ b/.github/workflows/alerts.yaml @@ -2,16 +2,9 @@ name: Test alerts on: push: - branches: - - "documentation/**" - - "feature/**" - - "improvement/**" - - "bugfix/**" - - "w/**" - - "hotfix/**" - - "ci-dev/**" - - "user/**" - - "q/*/**" + branches-ignore: + - 'development/**' + - 'q/*' jobs: run-alert-tests: diff --git a/.github/workflows/end2end.yaml b/.github/workflows/end2end.yaml index 45a2c94aad..9b8112a7a2 100644 --- a/.github/workflows/end2end.yaml +++ b/.github/workflows/end2end.yaml @@ -7,16 +7,9 @@ concurrency: on: push: - branches: - - "documentation/**" - - "feature/**" - - "improvement/**" - - "bugfix/**" - - "w/**" - - "hotfix/**" - - "ci-dev/**" - - "user/**" - - "q/*/**" + branches-ignore: + - 'development/**' + - 'q/*' env: # kind-env diff --git a/solution/deps.yaml b/solution/deps.yaml index eb74d56b45..8ea161eb91 100644 --- a/solution/deps.yaml +++ b/solution/deps.yaml @@ -6,7 +6,7 @@ backbeat: dashboard: backbeat-dashboards image: backbeat policy: backbeat-policies - tag: 8.6.39 + tag: 8.6.41 envsubst: BACKBEAT_TAG busybox: image: busybox @@ -32,7 +32,7 @@ kafka-cleaner: sourceRegistry: registry.scality.com/kafka-cleaner dashboard: kafka-cleaner-dashboards image: kafka-cleaner - tag: v1.0.1 + tag: v1.0.2 envsubst: KAFKA_CLEANER_TAG kafka-connect: sourceRegistry: registry.scality.com/zenko @@ -75,7 +75,7 @@ s3utils: sourceRegistry: registry.scality.com/s3utils dashboard: s3utils-dashboards image: s3utils - tag: 1.14.4 + tag: 1.14.5 envsubst: S3UTILS_TAG sorbet: sourceRegistry: registry.scality.com/sorbet