We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c3bd7 commit 99c4144Copy full SHA for 99c4144
.github/workflows/build-pull-request.yml
@@ -18,8 +18,6 @@ jobs:
18
cache-read-only: true
19
# retry in merge queue to avoid unnecessary failures
20
max-test-retries: ${{ github.event_name == 'merge_group' && 5 || 0 }}
21
- secrets:
22
- DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
23
24
link-check:
25
uses: ./.github/workflows/reusable-link-check.yml
0 commit comments