Skip to content

Commit

Permalink
Merge pull request #102 from warpstreamlabs/epot/pr/102
Browse files Browse the repository at this point in the history
Update integration tests workflow
  • Loading branch information
epot committed Aug 20, 2024
2 parents d61e12d + 87e79fb commit 9039549
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 9039549

Please sign in to comment.