We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e822984 commit bae613eCopy full SHA for bae613e
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.sha }}
+ base: ${{ fromJSON(steps.get-pr-info.outputs.pr-info).base.ref }}
48
filters: |
49
build-cudaq:
50
- '.github/actions/get-cudaq-build/**'
0 commit comments