Skip to content

Commit 498c050

Browse files
committed
more testing
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
1 parent 4255ce4 commit 498c050

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/changelog.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
if: ${{ github.actor != 'dependabot[bot]' }}
2727
env:
2828
PR_HEAD: ${{ github.event.pull_request.head.sha }}
29-
RUN_LYCHEE: ${{ (!contains(github.event.pull_request.labels.*.name, 'dependencies') && !contains(github.event.pull_request.labels.*.name, 'Skip Changelog') && !contains(github.event.pull_request.title, '[chore]')) }}
30-
TEST_LYCHEE: ${{ contains(github.event.pull_request.title, 'md link check') }}
31-
# TEST_LYCHEE: ${{ contains(github.event.pull_request.title, 'update dependency tcort/markdown-link-check') }}
29+
RUN_LYCHEE: ${{ (!contains(github.event.pull_request.labels.*.name, 'dependencies') && !contains(github.event.pull_request.labels.*.name, 'Skip Changelog') && !contains(github.event.pull_request.title, '[chore]')) || contains(github.event.pull_request.body, 'lycheeverse/lychee-action') }}
30+
TEST_LYCHEE: ${{ contains(github.event.pull_request.body, 'lycheeverse/lychee-action') }}
31+
# TEST_LYCHEE: ${{ contains(github.event.pull_request.body, 'update dependency tcort/markdown-link-check') }}
3232

3333
steps:
3434
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)