Skip to content

Commit

Permalink
debug if inline if values are converted to boolean or the value is kept
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Jul 22, 2024
1 parent a4ce621 commit 7fddf7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/end-to-end.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
os: [ubuntu-latest]
python-version: ${{ fromJson(needs.setup.outputs.python-versions) }}
browser: ${{ fromJson(needs.setup.outputs.browsers) }}
barret: ${{ (needs.setup.outputs.is-draft || fromJson('[1,2]')) || fromJson('[3,4]') }}
fail-fast: false

steps:
Expand Down

0 comments on commit 7fddf7e

Please sign in to comment.