ci: remove verify-ci from circleci (#16860)

This commit is contained in:
John Murret 2023-04-10 12:35:07 -06:00 committed by GitHub
parent 92be8bd762
commit f6b07a147d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -1081,12 +1081,6 @@ jobs:
- run: "echo ok"
workflows:
version: 2
# verify-ci is a no-op workflow that must run on every PR. It is used in a
# branch protection rule to detect when CI workflows are not running.
verify-ci:
jobs: [noop]
go-tests:
jobs:
- check-go-mod: &filter-ignore-non-go-branches