Fix: Rename tox job and remove pre-commit 59/72659/3
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 20 Feb 2024 22:55:43 +0000 (08:55 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 20 Feb 2024 23:12:01 +0000 (09:12 +1000)
commit6af1c0c3eda77ae8113ba6760ad5a86313f43da8
tree8d52b0e9cdbf12ee96e1469da5d10509f8398115
parentf216bdeee46b3c3299868bc6fdd2753785358f0a
Fix: Rename tox job and remove pre-commit

This commit 0ff7cbacb76c80c8e2222 previously removed the tox job
however did not remove the depenencies.

This causes the verify workflow to fail with the following message:
Invalid workflow file: .github/workflows/gerrit-verify.yaml#L85
The workflow is not valid.
.github/workflows/gerrit-verify.yaml (Line: 85, Col: 22):
Job 'vote' depends on unknown job 'pre-commit'.
.github/workflows/gerrit-verify.yaml (Line: 85, Col: 34):
Job 'vote' depends on unknown job 'tox'.

Issue: RELENG-5138
Change-Id: I079fa354d70046df1083c08166f33b9ce2073d15
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
.github/workflows/gerrit-verify.yaml