Skip to content

Commit

Permalink
added back in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
pjdotson committed Nov 4, 2024
1 parent ef42c9d commit 69022ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.aspen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
test:
name: Test (${{ matrix.os }})
needs: changes
if: needs.changes.outputs.changed == true
if: needs.changes.outputs.changed == 'true'
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.cesium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
test:
name: Test (${{ matrix.os }})
needs: changes
if: needs.changes.outputs.changed == true
if: needs.changes.outputs.changed == 'true'
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.synnax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
test:
name: Test (${{ matrix.os }})
needs: changes
if: needs.changes.outputs.changed == true
if: needs.changes.outputs.changed == 'true'
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
Expand Down

0 comments on commit 69022ee

Please sign in to comment.