File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,14 @@ name: Multipy runtime nightly release + tests with ABI 0
33on :
44 schedule :
55 - cron : ' 0 2 * * *' # run at 2 AM UTC
6+ pull_request :
67
78jobs :
89 unittest :
910 strategy :
1011 matrix :
1112 python-version : [3.8]
12- platform : [linux.2xlarge ]
13+ platform : [linux.4xlarge ]
1314 fail-fast : false
1415 runs-on : ${{ matrix.platform }}
1516 steps :
Original file line number Diff line number Diff line change @@ -3,13 +3,14 @@ name: Multipy runtime nightly release + tests with ABI 1
33on :
44 schedule :
55 - cron : ' 0 2 * * *' # run at 2 AM UTC
6+ pull_request :
67
78jobs :
89 unittest :
910 strategy :
1011 matrix :
1112 python-version : [3.8]
12- platform : [linux.2xlarge ]
13+ platform : [linux.4xlarge ]
1314 fail-fast : false
1415 runs-on : ${{ matrix.platform }}
1516 steps :
You can’t perform that action at this time.
0 commit comments