We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae613e commit 00c520eCopy full SHA for 00c520e
1 file changed
.github/workflows/pr_workflow.yaml
@@ -44,7 +44,7 @@ jobs:
44
uses: dorny/paths-filter@v3
45
id: filter
46
with:
47
- base: ${{ fromJSON(steps.get-pr-info.outputs.pr-info).base.ref }}
+ base: ${{ fromJSON(steps.get-pr-info.outputs.pr-info).base.sha }}
48
filters: |
49
build-cudaq:
50
- '.github/actions/get-cudaq-build/**'
@@ -138,6 +138,7 @@ jobs:
138
run: |
139
cuda_major=`echo ${{ matrix.cuda_version }} | cut -d . -f1`
140
echo "cuda_major=$cuda_major" >> $GITHUB_OUTPUT
141
+ echo "no op"
142
143
- name: Get required CUDAQ version
144
id: get-cudaq-version
0 commit comments