Skip to content

Commit

Permalink
Update the runner associated with the workflow (#3292)
Browse files Browse the repository at this point in the history
* Update nightly.yml

update runner label

* Update pull_request.yml

update runner label

* Update release.yml

update runner label

Co-authored-by: Yee <[email protected]>
  • Loading branch information
Shinji-IkariG and yixinglu authored Nov 11, 2021
1 parent 1a4c4bd commit 4f832fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defaults:
jobs:
package:
name: build package
runs-on: self-hosted
runs-on: [self-hosted, nebula]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

docker:
name: build docker image
runs-on: self-hosted
runs-on: [self-hosted, nebula]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:

coverage:
name: coverage
runs-on: self-hosted
runs-on: [self-hosted, nebula]
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
build:
name: build
needs: lint
runs-on: self-hosted
runs-on: [self-hosted, nebula]
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defaults:
jobs:
package:
name: build package
runs-on: self-hosted
runs-on: [self-hosted, nebula]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:

docker_build:
name: docker-build
runs-on: self-hosted
runs-on: [self-hosted, nebula]
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 4f832fb

Please sign in to comment.