Fix wrong browser var

This commit is contained in:
Felipe Knorr Kuhn 2022-07-21 23:04:10 -07:00
parent 91bdf967c3
commit 2adb0fc014

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: