Skip to content

Commit d2d7fd3

Browse files
committed
Merge branch '7.0.x'
2 parents 0abf59f + 0c281fd commit d2d7fd3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-and-deploy-snapshot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
trigger-docs-build:
5454
name: Trigger Docs Build
5555
needs: build-and-deploy-snapshot
56+
if: ${{ !vars.COMMERCIAL }} # remove when commercial support
5657
permissions:
5758
actions: write
5859
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Check Out Release Verification Tests
4141
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4242
with:
43-
ref: 'v0.0.2'
43+
ref: 'v0.0.3'
4444
repository: spring-projects/spring-framework-release-verification
4545
token: ${{ secrets.token }}
4646
- name: Check Out Send Notification Action

0 commit comments

Comments
 (0)