Skip to content

Commit

Permalink
Merge 885363c into 5f2f905
Browse files Browse the repository at this point in the history
  • Loading branch information
PaliC authored Jun 21, 2022
2 parents 5f2f905 + 885363c commit e0cc9ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/runtime_nightly_abi_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ name: Multipy runtime nightly release + tests with ABI 0
on:
schedule:
- cron: '0 2 * * *' # run at 2 AM UTC
pull_request:

jobs:
unittest:
strategy:
matrix:
python-version: [3.8]
platform: [linux.2xlarge]
platform: [linux.4xlarge]
fail-fast: false
runs-on: ${{ matrix.platform }}
steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/runtime_nightly_abi_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ name: Multipy runtime nightly release + tests with ABI 1
on:
schedule:
- cron: '0 2 * * *' # run at 2 AM UTC
pull_request:

jobs:
unittest:
strategy:
matrix:
python-version: [3.8]
platform: [linux.2xlarge]
platform: [linux.4xlarge]
fail-fast: false
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit e0cc9ad

Please sign in to comment.