We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc4e3e commit 435c01eCopy full SHA for 435c01e
.github/workflows/self-comment-ci.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: Get models to test
88
env:
89
# PR_COMMENT: ${{ github.event.comment.body }}
90
- PR_COMMENT: "vit"
+ PR_COMMENT: "run-slow: vit"
91
run: |
92
python -m pip install GitPython
93
python utils/pr_slow_ci_models.py --message "$PR_COMMENT" | tee output.txt
0 commit comments