Skip to content

Commit 63e1568

Browse files
alafanecherexiaohansong
authored andcommitted
gradle.yml: checkout the repo when not PR trigger (#35558)
1 parent 4c5ed26 commit 63e1568

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
python_cdk: ${{ steps.changes.outputs.python_cdk }}
2828

2929
steps:
30+
- name: Checkout Airbyte
31+
if: github.event_name != 'pull_request'
32+
uses: actions/checkout@v3
3033
- id: changes
3134
uses: dorny/paths-filter@v2
3235
with:

0 commit comments

Comments
 (0)