From 17591ddc4a970f850a38562c7c80aa3d00bf1478 Mon Sep 17 00:00:00 2001 From: sd109 Date: Mon, 9 Dec 2024 13:54:04 +0000 Subject: [PATCH 1/2] Fix broken link to contributors guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3e67ab..eb68772 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Reductionist provides the following features: ## Contributing -See the [contributor guide](https://stackhpc.github.io/reductionist-rs/contributing.html) for information about contributing to Reductionist. +See the [contributor guide](https://stackhpc.github.io/reductionist-rs/contributing/) for information about contributing to Reductionist. ## License From a741e8de955c2aa267ffe9cc44e4610098bc4078 Mon Sep 17 00:00:00 2001 From: sd109 Date: Mon, 9 Dec 2024 14:11:15 +0000 Subject: [PATCH 2/2] Ignore README changes in CI tests --- .github/workflows/pull-request.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 2be0bb7..00350fa 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -4,7 +4,11 @@ on: push: branches: - main + paths-ignore: + - README.md pull_request: + paths-ignore: + - README.md jobs: build: runs-on: ubuntu-latest