Skip to content

Commit

Permalink
[CI] Build PRs against merge commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Feb 26, 2024
1 parent 368065a commit 20b69f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
ref: ${{ github.sha }}
- name: Cache Gradle dependencies
uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
ref: ${{ github.sha }}

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit 20b69f1

Please sign in to comment.