Skip to content

Commit

Permalink
Trigger integration
Browse files Browse the repository at this point in the history
  • Loading branch information
coderustic committed Jan 11, 2025
1 parent 556c0e1 commit f1aa2e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly_regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Nightly Integration Tests
# Define the events that will trigger this workflow
on:
# Schedule the workflow to run nightly at midnight
pull_request:
branches:
- main
schedule:
- cron: '0 0 * * *'
# Allow manual triggering of the workflow
Expand Down

0 comments on commit f1aa2e1

Please sign in to comment.