Skip to content

Commit

Permalink
Force build-cudaq to get set
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Howe <[email protected]>
  • Loading branch information
bmhowe23 committed Jan 8, 2025
1 parent 8eade28 commit b4cd657
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
filters: |
build-cudaq:
- '.github/workflows/cudaq_bump.yml'
- '.github/workflows/pr_workflow.yaml'
- '.github/actions/get-cudaq-build/**'
- '.cudaq_version'
build-docs:
Expand Down Expand Up @@ -84,7 +85,7 @@ jobs:
name: Build CUDAQ
needs: [check-changes]
if: needs.check-changes.outputs.build-cudaq == 'true'
runs-on: ${{ startsWith(github.repository, 'NVIDIA/cudaqx') && 'linux-amd64-cpu32' || 'ubuntu-latest' }}
runs-on: ${{ startsWith(github.repository, 'NVIDIA/cudaqx') && 'linux-arm64-cpu32' || 'ubuntu-latest' }}
container: ghcr.io/nvidia/cuda-quantum-devdeps:ext-cu12.0-gcc11-main
permissions:
actions: write
Expand Down

0 comments on commit b4cd657

Please sign in to comment.