Add support for Pennylane Lightning backend to QIR-EE (#28) #34
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: push | |
| on: | |
| push: | |
| branches: | |
| - main | |
| concurrency: | |
| group: push-${{github.ref}}-${{github.run_number}}-${{github.workflow}} | |
| cancel-in-progress: true | |
| jobs: | |
| build-fast: | |
| uses: ./.github/workflows/build-fast.yml | |
| all: | |
| needs: | |
| - build-fast | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Success | |
| run: "true" | |
| # vim: set nowrap tw=100: |