Skip to content

Commit

Permalink
SBVT-2390 SCM tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinmatujewiczn committed May 10, 2024
1 parent b8afc8a commit f744b04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browser_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: browser-type-check
on: [pull_request]
jobs:
cypress-run:
runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress_version-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: cypress-version-check
on: [pull_request]
jobs:
cypress-run:
runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_quick-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push]
#on: [pull_request]
jobs:
cypress-run:
runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
fail-fast: true

Expand Down

0 comments on commit f744b04

Please sign in to comment.