Skip to content

Commit

Permalink
Set schedule workflow to run every day at midnight
Browse files Browse the repository at this point in the history
Signed-off-by: Mihaela Balutoiu <[email protected]>
  • Loading branch information
mihaelabalutoiu committed Aug 2, 2023
1 parent 4fa83b6 commit 528f521
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
name: Integration Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * *"

jobs:
integration-tests:
Expand Down

0 comments on commit 528f521

Please sign in to comment.