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 b5a7787 commit 78ea9afCopy full SHA for 78ea9af
.github/workflows/vllm_ascend_test_pd.yaml
@@ -21,7 +21,9 @@ on:
21
# Runs at 23:00 UTC (7:00 AM Beijing) every day
22
- cron: '0 23 * * *'
23
pull_request:
24
- types: [ labeled ]
+ branches:
25
+ - 'main'
26
+ - '*-dev'
27
28
# Bash shells do not use ~/.profile or ~/.bashrc so these shells need to be explicitly
29
# declared as "shell: bash -el {0}" on steps that need to be properly activated.
0 commit comments