Skip to content

Commit bd5c4e5

Browse files
committed
Skip running daily and weekly builds against 3.5.x branch
1 parent 9454b36 commit bd5c4e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
branch: [ 3.5.x, 3.6.x, main ]
14+
branch: [ 3.6.x, main ]
1515
test-type:
1616
- type: core
1717
arguments: ":reactor-core:test --no-daemon"

.github/workflows/snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
branch: [ 3.5.x, 3.6.x, main ]
14+
branch: [ 3.6.x, main ]
1515
test-type:
1616
- type: core
1717
arguments: ":reactor-core:test --no-daemon -DuseSnapshotMicrometerVersion=true"

0 commit comments

Comments
 (0)