Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Oct 9, 2024
1 parent 45e3658 commit 7758a1c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
type: [debug]
flavor: [browser, glue]
flavor: [glue]
include:
- type: ${{ github.event.pull_request.draft == false && 'release' || '' }}
exclude:
- flavor: ${{github.event.pull_request.draft == true && 'browser' || ''}}
- type: ${{ github.event.pull_request.draft == false && 'release' || 'debug' }}
- flavor: ${{github.event.pull_request.draft == false && 'browser' || 'glue'}}
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down

0 comments on commit 7758a1c

Please sign in to comment.