Skip to content

Commit

Permalink
gradle.yml: checkout the repo when not PR trigger (airbytehq#35558)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored and jatinyadav-cc committed Feb 26, 2024
1 parent 6bf2790 commit 5d71229
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
python_cdk: ${{ steps.changes.outputs.python_cdk }}

steps:
- name: Checkout Airbyte
if: github.event_name != 'pull_request'
uses: actions/checkout@v3
- id: changes
uses: dorny/paths-filter@v2
with:
Expand Down

0 comments on commit 5d71229

Please sign in to comment.