chore: correct runner name (#2710)

This commit is contained in:
Radosław Szpiech 2023-01-24 13:25:29 +01:00 committed by GitHub
parent 801606e37f
commit d7440cfe54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,7 @@ on:
jobs:
nightly:
uses: ./.github/workflows/cypress-pr.yml
uses: ./.github/workflows/cypress-run.yml
secrets: inherit
with:
projects: '["explorer-e2e","token-e2e","trading-e2e"]'

View File

@ -53,6 +53,7 @@ jobs:
run:
needs: pr
if: ${{ needs.pr.outputs.projects != '[]' }}
uses: ./.github/workflows/cypress-run.yml
secrets: inherit
with:

View File

@ -14,9 +14,10 @@ on:
jobs:
e2e:
strategy:
fail-fast: false
matrix:
project: ${{ fromJSON(inputs.projects) }}
runs-on: self-hosted
runs-on: self-hosted-runner
timeout-minutes: 30
steps:
# Checks if skip cache was requested