Skip to content

Commit

Permalink
chore: test branch code when required (#246)
Browse files Browse the repository at this point in the history
Co-authored-by: filipe <flautert@liquibase.com>
  • Loading branch information
filipelautert and filipe authored Aug 16, 2024
1 parent e10f1fa commit e671867
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pro-extension-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}

- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
Expand Down Expand Up @@ -334,6 +336,8 @@ jobs:
steps:

- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}

- name: Download Ubuntu Artifacts
uses: actions/download-artifact@v2
Expand Down

0 comments on commit e671867

Please sign in to comment.