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