Skip to content

Commit 00c520e

Browse files
committed
debug: test PR filtering
Signed-off-by: Angela Burton <angelab@nvidia.com>
1 parent bae613e commit 00c520e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pr_workflow.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: dorny/paths-filter@v3
4545
id: filter
4646
with:
47-
base: ${{ fromJSON(steps.get-pr-info.outputs.pr-info).base.ref }}
47+
base: ${{ fromJSON(steps.get-pr-info.outputs.pr-info).base.sha }}
4848
filters: |
4949
build-cudaq:
5050
- '.github/actions/get-cudaq-build/**'
@@ -138,6 +138,7 @@ jobs:
138138
run: |
139139
cuda_major=`echo ${{ matrix.cuda_version }} | cut -d . -f1`
140140
echo "cuda_major=$cuda_major" >> $GITHUB_OUTPUT
141+
echo "no op"
141142
142143
- name: Get required CUDAQ version
143144
id: get-cudaq-version

0 commit comments

Comments
 (0)