Qiskit Upstream Tests #15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Qiskit Upstream Tests | |
on: | |
schedule: | |
# Run every Monday at 00:00 UTC | |
- cron: "0 0 * * 1" | |
pull_request: | |
paths: | |
- ".github/workflows/upstream.yml" | |
workflow_dispatch: # Allow manual triggering | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | |
cancel-in-progress: true | |
jobs: | |
qiskit-upstream-tests: | |
name: 🐍⚛️ | |
strategy: | |
fail-fast: false | |
matrix: | |
os: [ubuntu-24.04, macos-15, windows-2025] | |
uses: munich-quantum-toolkit/workflows/.github/workflows/[email protected] | |
with: | |
runs-on: ${{ matrix.os }} |