Skip to content

Commit

Permalink
Update integration tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
epot committed Aug 20, 2024
1 parent d61e12d commit 87e79fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
schedule:
- cron: '0 1 * * *' # run at 1 AM UTC

# Allow to trigger the integration tests manually
workflow_dispatch:

jobs:
integration-test:
if: ${{ github.repository == 'warpstreamlabs/bento' || github.event_name != 'schedule' }}
Expand Down

0 comments on commit 87e79fb

Please sign in to comment.