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
3
3
on :
4
4
schedule :
5
5
- cron : ' 0 2 * * *' # run at 2 AM UTC
6
+ pull_request :
6
7
7
8
jobs :
8
9
unittest :
9
10
strategy :
10
11
matrix :
11
12
python-version : [3.8]
12
- platform : [linux.2xlarge ]
13
+ platform : [linux.4xlarge ]
13
14
fail-fast : false
14
15
runs-on : ${{ matrix.platform }}
15
16
steps :
Original file line number Diff line number Diff line change @@ -3,13 +3,14 @@ name: Multipy runtime nightly release + tests with ABI 1
3
3
on :
4
4
schedule :
5
5
- cron : ' 0 2 * * *' # run at 2 AM UTC
6
+ pull_request :
6
7
7
8
jobs :
8
9
unittest :
9
10
strategy :
10
11
matrix :
11
12
python-version : [3.8]
12
- platform : [linux.2xlarge ]
13
+ platform : [linux.4xlarge ]
13
14
fail-fast : false
14
15
runs-on : ${{ matrix.platform }}
15
16
steps :
You can’t perform that action at this time.
0 commit comments