Fix wrong browser var
This commit is contained in:
parent
3d75022a6c
commit
b5072f823c
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
jobs:
|
||||
cypress:
|
||||
if: "!contains(github.event.pull_request.labels.*.name, 'ops') && !contains(github.head_ref, 'ops/')"
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: "ubuntu-latest"
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
Loading…
x
Reference in New Issue
Block a user