diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04c64bca..25e01301 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: deploy-expo-preview: needs: [build] - if: github.event_name == 'pull_request' + if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' uses: nearform/optic-expo/.github/workflows/expo-publish.yml@master with: channel: pr-${{ github.event.number }}