Skip to content

Commit e47e8e4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3b2c613 commit e47e8e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ jobs:
253253
# Currently we never run Mac, see prql-elixir docs for details
254254
oss:
255255
${{ (needs.rules.outputs.elixir == 'true' || needs.rules.outputs.nightly
256-
== 'true') && '["ubuntu-22.04", "windows-latest"]' ||
257-
'["ubuntu-22.04"]' }}
256+
== 'true') && '["ubuntu-22.04", "windows-latest"]' || '["ubuntu-22.04"]'
257+
}}
258258

259259
test-prqlc-c:
260260
needs: rules

0 commit comments

Comments
 (0)