Skip to content

Commit 066277c

Browse files
authored
test_models_trigger.yaml: add checkout check to prevent opendbc bump fail (#1919)
add checkout check to prevent opendbc bump fail
1 parent da1a739 commit 066277c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_models_trigger.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
submodules: 'true'
3838

3939
- name: bump opendbc
40+
if: steps.check_comment.outputs.result == 'true'
4041
run: |
4142
cd opendbc_repo
4243
git fetch origin pull/${{ github.event.issue.number }}/head

0 commit comments

Comments
 (0)