Skip to content

Commit

Permalink
Test stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Apr 17, 2024
1 parent 177f365 commit 35ed5f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@
name: Tests
on:
push:
branches: [ main, 'stable/*' ]
branches: [ main, 'stable/*', 'test-macos-with-isometry-rust' ]
pull_request:
branches: [ main, 'stable/*' ]
branches: [ main, 'stable/*', 'test-macos-with-isometry-rust' ]

concurrency:
group: ${{ github.repository }}-${{ github.ref }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
tests:
if: github.repository_owner == 'Qiskit'
name: macOS-arm64-tests-Python-${{ matrix.python-version }}
runs-on: macOS-14
strategy:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
name: Wheel Builds
on:
push:
branches: [ test-macos-with-isometry-rust ]
pull_request:
branches: [ main ]
branches: [ main, test-macos-with-isometry-rust ]
jobs:
build_wheels:
name: Build wheels
Expand Down

0 comments on commit 35ed5f8

Please sign in to comment.