Skip to content

Commit 7160f08

Browse files
Alvaro MuñozJarLob
andauthored
Update ql/test/query-tests/Security/CWE-829/.github/workflows/auto_ci.yml
Co-authored-by: Jaroslav Lobačevski <[email protected]>
1 parent e726f9f commit 7160f08

File tree

1 file changed

+1
-1
lines changed
  • ql/test/query-tests/Security/CWE-829/.github/workflows

1 file changed

+1
-1
lines changed

ql/test/query-tests/Security/CWE-829/.github/workflows/auto_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/checkout@v3
6969
with:
7070
fetch-depth: 0
71-
ref: ${{ github.event.pull_request.head.ref }}
71+
ref: ${{ github.event.pull_request.head.ref || github.event.pull_request.base.ref }}
7272
repository: ${{ github.event.pull_request.head.repo.full_name }}
7373

7474
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)