We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test_models_trigger.yaml
1 parent da1a739 commit 066277cCopy full SHA for 066277c
.github/workflows/test_models_trigger.yaml
@@ -37,6 +37,7 @@ jobs:
37
submodules: 'true'
38
39
- name: bump opendbc
40
+ if: steps.check_comment.outputs.result == 'true'
41
run: |
42
cd opendbc_repo
43
git fetch origin pull/${{ github.event.issue.number }}/head
0 commit comments