From bd5c4e5c0ed21bd5d227d98b3d8f1e9a934fc709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20J=C4=99drzejczyk?= Date: Wed, 2 Oct 2024 15:15:13 +0200 Subject: [PATCH] Skip running daily and weekly builds against 3.5.x branch --- .github/workflows/full.yml | 2 +- .github/workflows/snapshots.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/full.yml b/.github/workflows/full.yml index 9c4c4bf71c..e569f27aa1 100644 --- a/.github/workflows/full.yml +++ b/.github/workflows/full.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - branch: [ 3.5.x, 3.6.x, main ] + branch: [ 3.6.x, main ] test-type: - type: core arguments: ":reactor-core:test --no-daemon" diff --git a/.github/workflows/snapshots.yml b/.github/workflows/snapshots.yml index fe945261e7..f0fc7d4fb4 100644 --- a/.github/workflows/snapshots.yml +++ b/.github/workflows/snapshots.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - branch: [ 3.5.x, 3.6.x, main ] + branch: [ 3.6.x, main ] test-type: - type: core arguments: ":reactor-core:test --no-daemon -DuseSnapshotMicrometerVersion=true"