From a6abee36bc53feb4e5ffc6284af0b059f8f0ab2c Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Mon, 9 Oct 2023 14:22:54 +0300 Subject: Don't block CI on sign-off (#16454) As this doesn't work with the private sign off flow. --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.github/workflows/tests.yml') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 96750cb6c8..7dbd83908e 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" -- cgit 1.4.1