Skip to content

Commit

Permalink
Merge branch 'master' into feature/scan_multiple_parts
Browse files Browse the repository at this point in the history
  • Loading branch information
Shylock-Hg authored Nov 11, 2021
2 parents 05e73aa + 4f832fb commit 223bb5c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1,366 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
Loading

0 comments on commit 223bb5c

Please sign in to comment.