Skip to content

Commit

Permalink
ci(cypress): Always run cypress jobs on self-hosted runners
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <jonas@freesources.org>
  • Loading branch information
mejo- committed Aug 18, 2024
1 parent 4ff56a6 commit c2ecf60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- '**.vue'
init:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: changes
if: needs.changes.outputs.src != 'false'

Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
/home/runner/.cache/Cypress
cypress:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [changes, init]
if: needs.changes.outputs.src != 'false'

Expand Down

0 comments on commit c2ecf60

Please sign in to comment.