Skip to content

Commit 5167d65

Browse files
committed
temp tests
Signed-off-by: Wenqi Li <[email protected]>
1 parent 8be7544 commit 5167d65

File tree

6 files changed

+10
-0
lines changed

6 files changed

+10
-0
lines changed

.github/workflows/cron.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
# - cron: "0 2 * * *" # at 02:00 UTC
66
# Allows you to run this workflow manually from the Actions tab
77
workflow_dispatch:
8+
push:
9+
branches:
10+
- update-key-deps
811

912
jobs:
1013
cron-gpu:

.github/workflows/integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: integration
33
on:
44
repository_dispatch:
55
type: [integration-test-command]
6+
push:
7+
branches:
8+
- update-key-deps
69

710
jobs:
811
integration-py3:

.github/workflows/pythonapp-gpu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- main
88
- releasing/*
9+
- update-key-deps
910
pull_request:
1011

1112
concurrency:

.github/workflows/pythonapp-min.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- dev
88
- main
99
- releasing/*
10+
- update-key-deps
1011
pull_request:
1112

1213
concurrency:

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- dev
88
- main
99
- releasing/*
10+
- update-key-deps
1011
pull_request:
1112

1213
concurrency:

.github/workflows/setupapp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- main
88
- releasing/*
99
- feature/*
10+
- update-key-deps
1011

1112
concurrency:
1213
# automatically cancel the previously triggered workflows when there's a newer version

0 commit comments

Comments
 (0)