From 57a63f1661643fe9c74959afae225689445ae659 Mon Sep 17 00:00:00 2001 From: Llewellyn Falco Date: Sun, 29 Oct 2023 19:48:58 +0000 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6218179..9582549 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,8 @@ -on: push +on: + push: + workflow_dispatch: + schedule: + - cron: '15 3 1 * *' # jobs: test: @@ -9,4 +13,4 @@ jobs: with: otp-version: '22.2' elixir-version: '1.9.4' - - run: ./run_tests.sh \ No newline at end of file + - run: ./run_tests.sh