Skip to content

Commit

Permalink
gradle.yml: checkout the repo when not PR trigger (#35558)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored and xiaohansong committed Feb 27, 2024
1 parent 4c5ed26 commit 63e1568
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 63e1568

Please sign in to comment.