Skip to content

Commit 77c7921

Browse files
authored
airbyte-ci-test.yml: checkout repo for path filters when not on PR (#35577)
1 parent f3dfcb1 commit 77c7921

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/airbyte-ci-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
internal_poetry_packages: ${{ steps.changes.outputs.internal_poetry_packages }}
2323

2424
steps:
25+
- name: Checkout Airbyte
26+
if: github.event_name != 'pull_request'
27+
uses: actions/checkout@v3
2528
- id: changes
2629
uses: dorny/paths-filter@v2
2730
with:

0 commit comments

Comments
 (0)