diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c870ba86..ac017a54 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ on: branches: - main schedule: - - # Run every day at 5:00 UTC + # Run every day at 5:00 UTC - cron: "0 5 * * *" # Allows you to run this workflow manually from the Actions tab