From 7d28b67c7a592b4f328f7d3b0c1d0be57a3b3454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Sat, 14 Oct 2023 11:37:41 +0200 Subject: [PATCH] ci: Fix unit tests workflow --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d382cb2e..c591538d 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -5,7 +5,7 @@ on: branches: [ main ] pull_request: ~ release: - types: [ created ] ~ + types: [ created ] schedule: # Do not make it the first of the month and/or midnight since it is a very busy time - cron: "* 10 5 * *"