Skip to content

Commit

Permalink
Skip running daily and weekly builds against 3.5.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Oct 2, 2024
1 parent 9454b36 commit bd5c4e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bd5c4e5

Please sign in to comment.