devops: use labels instead of self-hosted runner name (#4474)

This commit is contained in:
Andrey Lushnikov 2020-11-17 20:01:39 -08:00 committed by GitHub
parent 497a99deef
commit 80446aaf41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ env:
jobs:
ubuntu_18_04:
name: Ubuntu 18.04
runs-on: playwright-ubuntu-18.04
runs-on: [self-hosted, ubuntu-18.04]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1