Skip to content

Commit 6e134da

Browse files
committed
Remove redundant check.
1 parent 34c0b1f commit 6e134da

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/global-checks.yml

-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ jobs:
3232
git log --format='%ae' ${{github.event.pull_request.base.sha}}..${{github.event.pull_request.head.sha}} > .global-checks-tooling/committers.txt
3333
echo "Check whether the committer emails are @devrev.ai"
3434
python .global-checks-tooling/checks/check_commit_emails.py
35-
- name: Check that the repo.yml
36-
run: |
37-
echo "Check whether the repo.yaml file is present"
38-
python .global-checks-tooling/checks/check_repo_yml.py
3935
- name: Run trufflehog
4036
run: |
4137
BASE=${{github.event.pull_request.base.sha}}

0 commit comments

Comments
 (0)