Skip to content

Commit bcee9b6

Browse files
committed
TODO For testing purposes
1 parent 50175af commit bcee9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-links-in-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Check if AxonFramework update by bot
3939
if: |
4040
github.event_name == 'pull_request' &&
41-
startsWith(github.event.pull_request.title, 'Update dependency AxonFramework') &&
41+
startsWith(github.event.pull_request.title, 'Update dependency AxonFramework2') &&
4242
github.event.pull_request.user.type == 'Bot'
4343
run: |
4444
echo "Skipping link check on AxonFramework updates since the updated links tto the reports will only be active "

0 commit comments

Comments
 (0)