Skip to content

Commit c6aaf01

Browse files
committed
fix: ci
1 parent d2c9be0 commit c6aaf01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
integration-tests:
4545
name: Integration Tests
4646
runs-on: ubuntu-latest
47-
if: ${{ github.event_name == 'workflow_dispatch' || (secrets.ALGOLIA_APP_ID != '' && secrets.ALGOLIA_API_KEY != '') }}
4847
env:
4948
APP_ID: ${{ secrets.ALGOLIA_APP_ID }}
5049
API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
50+
if: ${{ env.APP_ID != '' }}
5151
steps:
5252
- name: Checkout
5353
uses: actions/checkout@v4

0 commit comments

Comments
 (0)