We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ec9b9 commit 62278f6Copy full SHA for 62278f6
.github/workflows/ci.yml
@@ -66,4 +66,4 @@ jobs:
66
env:
67
LANGUAGE: ${{ matrix.language }}
68
FRAMEWORK: ${{ matrix.framework }}
69
- ENGINE: ${{ matrix.engine }}
+ ENGINE: ${{ matrix.engine }}
.tasks/ci.rake
@@ -32,7 +32,6 @@ namespace :ci do
32
end
33
34
matrix[:include].uniq!
35
- matrix[:include] = matrix[:include].take(256)
36
puts matrix.to_json
37
38
-end
+end
tools/pipeline_post.lua
0 commit comments