Don't block CI on sign-off (#16454)
As this doesn't work with the private sign off flow.
This commit is contained in:
parent
0a67743d9e
commit
a6abee36bc
|
@ -280,7 +280,6 @@ jobs:
|
||||||
- check-lockfile
|
- check-lockfile
|
||||||
- lint-clippy
|
- lint-clippy
|
||||||
- lint-rustfmt
|
- lint-rustfmt
|
||||||
- check-signoff
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: "true"
|
- run: "true"
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Do not block running of CI behind the check for sign-off on PRs.
|
Loading…
Reference in New Issue