Skip to content

Commit fd99e30

Browse files
alafanecheretanawatpan
authored andcommitted
airbyte-ci-test.yml: checkout repo for path filters when not on PR (airbytehq#35577)
1 parent d1fbf6a commit fd99e30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
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)