Skip to content

Commit

Permalink
FIX: Non seq
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jan 14, 2025
1 parent de60a42 commit 599fae1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
include:
- os: ubuntu-22.04
archs: [aarch64]
fail-fast: false
name: Build wheels (${{ matrix.os }})
runs-on: ${{ matrix.os }}
steps:
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
name: Test
concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.ref }}
cancel-in-progress: true

on:
pull_request:
paths-ignore:
- 'docs/**'
push:
branches:
- main

jobs:
style:
Expand All @@ -24,7 +30,8 @@ jobs:
archs: [native]
include:
- os: ubuntu-22.04
archs: [aarch64]
archs: aarch64
fail-fast: false
name: Run tests (${{ matrix.os }})
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 599fae1

Please sign in to comment.