diff --git a/.github/workflows/rattler-build.yml b/.github/workflows/rattler-build.yml index e435a7eee2314..d00cabfb89e86 100644 --- a/.github/workflows/rattler-build.yml +++ b/.github/workflows/rattler-build.yml @@ -1,3 +1,5 @@ +name: rattler-build + on: pull_request: branches: main @@ -20,6 +22,10 @@ jobs: - { target: osx-64, host: macos-latest } steps: + - uses: actions/checkout@v4 + with: + sparse-checkout: | + recipes - name: Generate rattler-build URL shell: bash id: url