mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Fix GitHub actions exclude syntax
This commit is contained in:
parent
58283a1c3d
commit
9c671aa6dc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
# os: [ubuntu, macos, windows]
|
||||
browser: [firefox, firefoxesr]
|
||||
exclude:
|
||||
- os: [macos, windows]
|
||||
- os: windows
|
||||
browser: firefoxesr
|
||||
|
||||
runs-on: ${{ matrix.os }}-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue