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.
2 parents 35df951 + 7160f08 commit d12b248Copy full SHA for d12b248
ql/test/query-tests/Security/CWE-829/.github/workflows/auto_ci.yml
@@ -68,7 +68,7 @@ jobs:
68
uses: actions/checkout@v3
69
with:
70
fetch-depth: 0
71
- ref: ${{ github.event.pull_request.head.ref }}
+ ref: ${{ github.event.pull_request.head.ref || github.event.pull_request.base.ref }}
72
repository: ${{ github.event.pull_request.head.repo.full_name }}
73
74
- name: Set up Python ${{ matrix.python-version }}
0 commit comments