Skip to content

Commit 0697011

Browse files
[CI] Fix path conflict (open-compass#1814)
* update * Update pr-run-test.yml * update
1 parent d50dd97 commit 0697011

File tree

3 files changed

+6
-102
lines changed

3 files changed

+6
-102
lines changed

.github/workflows/daily-run-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ jobs:
338338
needs: [daily_run_test_volc, daily_run_test_local, fullbench_run_test]
339339
timeout-minutes: 5
340340
runs-on: self-hosted
341+
environment: 'prod'
341342
steps:
342343
- name: notify
343344
run: |

.github/workflows/pr-run-test-prod.yml

Lines changed: 0 additions & 100 deletions
This file was deleted.

.github/workflows/pr-run-test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ on:
88
- 'docs/**'
99
- 'configs/**'
1010
- 'tools/**'
11-
paths:
12-
- '!.github/**'
11+
workflow_dispatch:
12+
schedule:
13+
- cron: '56 22 * * *'
1314

1415

1516
concurrency:
@@ -34,6 +35,7 @@ env:
3435
jobs:
3536
pr_run_test:
3637
runs-on: volc_cu12_local
38+
environment: 'prod'
3739
timeout-minutes: 30
3840
steps:
3941
- name: Checkout repository
@@ -97,6 +99,7 @@ jobs:
9799
needs: [pr_run_test]
98100
timeout-minutes: 5
99101
runs-on: self-hosted
102+
environment: 'prod'
100103
steps:
101104
- name: notify
102105
run: |

0 commit comments

Comments
 (0)