Skip to content

Commit

Permalink
temp tests
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Li <[email protected]>
  • Loading branch information
wyli committed Jun 28, 2022
1 parent 8be7544 commit 5167d65
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
# - cron: "0 2 * * *" # at 02:00 UTC
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
push:
branches:
- update-key-deps

jobs:
cron-gpu:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: integration
on:
repository_dispatch:
type: [integration-test-command]
push:
branches:
- update-key-deps

jobs:
integration-py3:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pythonapp-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- main
- releasing/*
- update-key-deps
pull_request:

concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pythonapp-min.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- dev
- main
- releasing/*
- update-key-deps
pull_request:

concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- dev
- main
- releasing/*
- update-key-deps
pull_request:

concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/setupapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- main
- releasing/*
- feature/*
- update-key-deps

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

0 comments on commit 5167d65

Please sign in to comment.