There was an error while loading. Please reload this page.
2 parents 0abf59f + 0c281fd commit d2d7fd3Copy full SHA for d2d7fd3
2 files changed
.github/workflows/build-and-deploy-snapshot.yml
@@ -53,6 +53,7 @@ jobs:
53
trigger-docs-build:
54
name: Trigger Docs Build
55
needs: build-and-deploy-snapshot
56
+ if: ${{ !vars.COMMERCIAL }} # remove when commercial support
57
permissions:
58
actions: write
59
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
.github/workflows/verify.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Check Out Release Verification Tests
41
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
42
with:
43
- ref: 'v0.0.2'
+ ref: 'v0.0.3'
44
repository: spring-projects/spring-framework-release-verification
45
token: ${{ secrets.token }}
46
- name: Check Out Send Notification Action
0 commit comments