Fix wrong browser var

This commit is contained in:
Felipe Knorr Kuhn 2022-07-21 23:04:10 -07:00
parent 3d75022a6c
commit b5072f823c
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -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: