From e730b1f9a036d162ba7c819f1d9ba2df97b34560 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 25 Apr 2024 14:23:46 +0200 Subject: [PATCH] fix on --- .github/workflows/test.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 03bc2b4..77a8669 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,8 +1,10 @@ on: - - repository_dispatch - - workflow_dispatch - - push - - pull_request + push: + branches: + - master + pull_request: + workflow_dispatch: + repository_dispatch: env: CUSTOM_OUTPUT_RELATIVE_PATH: lychee/custom_output.md @@ -12,7 +14,6 @@ env: jobs: lychee-action: runs-on: ubuntu-latest - continue-on-error: true name: Test the lychee link checker action steps: - name: Checkout @@ -110,6 +111,7 @@ jobs: with: args: --verbose --no-progress fixtures/empty.md debug: true + continue-on-error: true # Explictly check the exit code of the previous step # as it's expected to fail