Skip to content

Commit

Permalink
dev(hus):test self-hosted ci runner unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
TuTuHuss committed Aug 22, 2023
1 parent 3fa8a01 commit 2ec6503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/algo_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
test_algotest:
runs-on: ubuntu-latest
runs-on: self-hosted-runner
if: "!contains(github.event.head_commit.message, 'ci skip')"
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: [push, pull_request]

jobs:
test_unittest:
runs-on: ubuntu-latest
runs-on: self-hosted-ubuntu
if: ( !contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'ut skip'))
strategy:
matrix:
Expand Down

0 comments on commit 2ec6503

Please sign in to comment.