mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-21 23:19:53 +00:00
chore: enable self hosted runner (#1116)
Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
parent
9a515cbe67
commit
3b3350081c
3
.github/workflows/regression-tests.yml
vendored
3
.github/workflows/regression-tests.yml
vendored
@ -15,8 +15,7 @@ jobs:
|
||||
# Test of these containers
|
||||
container: ["ubuntu-dev:20"]
|
||||
build-type: [Debug, Release]
|
||||
# TODO: To bring back [self-hosted, linux, ARM64] once we stabilize the tests.
|
||||
runner: [ubuntu-latest]
|
||||
runner: [ubuntu-latest, [self-hosted, linux, ARM64]]
|
||||
runs-on: ${{ matrix.runner }}
|
||||
timeout-minutes: 45
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user