Skip to content

Commit e0cc9ad

Browse files
authored
Merge 885363c into 5f2f905
2 parents 5f2f905 + 885363c commit e0cc9ad

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/runtime_nightly_abi_0.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ name: Multipy runtime nightly release + tests with ABI 0
33
on:
44
schedule:
55
- cron: '0 2 * * *' # run at 2 AM UTC
6+
pull_request:
67

78
jobs:
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:

.github/workflows/runtime_nightly_abi_1.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ name: Multipy runtime nightly release + tests with ABI 1
33
on:
44
schedule:
55
- cron: '0 2 * * *' # run at 2 AM UTC
6+
pull_request:
67

78
jobs:
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:

0 commit comments

Comments
 (0)