mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 14:57:09 +01:00
GQA-338 - Use self hosted runner
This commit is contained in:
parent
ee92a80444
commit
f5288b87d6
4 changed files with 4 additions and 4 deletions
2
.github/workflows/check-dist.yml
vendored
2
.github/workflows/check-dist.yml
vendored
|
|
@ -18,7 +18,7 @@ on:
|
|||
|
||||
jobs:
|
||||
check-dist:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ['self-hosted', 'linux', 'x64', 'tst-eks-x64-us-east-1']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue