1 parent d2c9be0 commit c6aaf01Copy full SHA for c6aaf01
1 file changed
.github/workflows/ci.yml
@@ -44,10 +44,10 @@ jobs:
44
integration-tests:
45
name: Integration Tests
46
runs-on: ubuntu-latest
47
- if: ${{ github.event_name == 'workflow_dispatch' || (secrets.ALGOLIA_APP_ID != '' && secrets.ALGOLIA_API_KEY != '') }}
48
env:
49
APP_ID: ${{ secrets.ALGOLIA_APP_ID }}
50
API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
+ if: ${{ env.APP_ID != '' }}
51
steps:
52
- name: Checkout
53
uses: actions/checkout@v4
0 commit comments