Skip to content

Remove: All azure workflow files #2

Remove: All azure workflow files

Remove: All azure workflow files #2

Workflow file for this run

---
# Push to main or the stable branches. The triggering branches also need to
# be in the triggers at the top of this file.
name: Push
on:
push:
branches: [main, "stable/*"]
jobs:
tests-mac:
if: github.repository_owner == 'Qiskit'
uses: ./.github/workflows/test-mac

Check failure on line 12 in .github/workflows/on-push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/on-push.yml

Invalid workflow file

invalid value workflow reference: workflow file should have either a '.yml' or '.yaml' file extension
strategy:
matrix:
python-version: ["3.9", "3.13"]
with:
python-version: ${{ matrix.python-version }}
install-optionals: false
test-linux:
if: github.repository_owner == 'Qiskit'
uses: ./.github/workflows/test-mac
with:
python-version: "3.9"
test-rust: true
test-images: true
install-optionals: false