Skip to content

Commit bae613e

Browse files
committed
fix bug in PR workflow job filters
Signed-off-by: Angela Burton <angelab@nvidia.com>
1 parent e822984 commit bae613e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr_workflow.yaml

Lines changed: 1 addition & 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.sha }}
47+
base: ${{ fromJSON(steps.get-pr-info.outputs.pr-info).base.ref }}
4848
filters: |
4949
build-cudaq:
5050
- '.github/actions/get-cudaq-build/**'

0 commit comments

Comments
 (0)