Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Don't block CI on sign-off (#16454)
Browse files Browse the repository at this point in the history
As this doesn't work with the private sign off flow.
  • Loading branch information
erikjohnston authored Oct 9, 2023
1 parent 0a67743 commit a6abee3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ jobs:
- check-lockfile
- lint-clippy
- lint-rustfmt
- check-signoff
runs-on: ubuntu-latest
steps:
- run: "true"
Expand Down
1 change: 1 addition & 0 deletions changelog.d/16454.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Do not block running of CI behind the check for sign-off on PRs.

0 comments on commit a6abee3

Please sign in to comment.