1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00

chore: disable self-hosted runner (#1067)

This commit is contained in:
Roman Gershman 2023-04-10 22:24:34 +03:00 committed by GitHub
parent a12ddfe108
commit 0ff22c6078
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,8 @@ jobs:
# Test of these containers
container: ["ubuntu-dev:20"]
build-type: [Debug, Release]
runner: [ubuntu-latest, [self-hosted, linux, ARM64]]
# TODO: To bring back [self-hosted, linux, ARM64] once we stabilize the tests.
runner: [ubuntu-latest]
runs-on: ${{ matrix.runner }}
timeout-minutes: 45