Skip to content

Commit

Permalink
Pass regular boolean to action
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso committed Dec 9, 2024
1 parent 9be7b13 commit e3bc58a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
strategy:
matrix:
force-encryption:
- "true"
- "false"
- true
- false
os:
# ignore ARM64 flavours
- ubuntu-20.04
Expand All @@ -29,11 +29,11 @@ jobs:
- 2019
- 2022
exclude:
- force-encryption: "true"
- force-encryption: true
os: ubuntu-24.04
version: 2017

- force-encryption: "false"
- force-encryption: false
os: ubuntu-24.04
version: 2017

Expand Down

0 comments on commit e3bc58a

Please sign in to comment.