We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62a268 commit dd78addCopy full SHA for dd78add
1 file changed
pr-checks/sync.ts
@@ -184,13 +184,20 @@ function main(): void {
184
}
185
186
const checkJob: Record<string, any> = {
187
+ strategy: {
188
+ "fail-fast": false,
189
+ matrix: {
190
+ include: matrix,
191
+ },
192
193
name: checkSpecification.name,
194
if: "github.triggering_actor != 'dependabot[bot]'",
195
permissions: {
196
contents: "read",
197
"security-events": "read",
198
},
199
"timeout-minutes": 45,
200
+ "runs-on": "${{ matrix.os }}",
201
};
202
203
0 commit comments