From a6abee36bc53feb4e5ffc6284af0b059f8f0ab2c Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Mon, 9 Oct 2023 14:22:54 +0300 Subject: [PATCH] Don't block CI on sign-off (#16454) As this doesn't work with the private sign off flow. --- .github/workflows/tests.yml | 1 - changelog.d/16454.misc | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 changelog.d/16454.misc diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 96750cb6c..7dbd83908 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -280,7 +280,6 @@ jobs: - check-lockfile - lint-clippy - lint-rustfmt - - check-signoff runs-on: ubuntu-latest steps: - run: "true" diff --git a/changelog.d/16454.misc b/changelog.d/16454.misc new file mode 100644 index 000000000..1e75dc436 --- /dev/null +++ b/changelog.d/16454.misc @@ -0,0 +1 @@ +Do not block running of CI behind the check for sign-off on PRs.