From 6472f2881f5d71af6202ffdf8cec877c72d048d9 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 23 Jul 2023 17:06:55 -0500 Subject: switch solaris to a daily test --- .github/workflows/solaris_test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/solaris_test.yml b/.github/workflows/solaris_test.yml index 091d8fa..e5fc8f1 100644 --- a/.github/workflows/solaris_test.yml +++ b/.github/workflows/solaris_test.yml @@ -1,6 +1,9 @@ name: solaris_ci -on: [push] +on: + workflow_dispatch: + schedule: + - cron: "0 0 * * *" jobs: build-native: -- cgit v1.2.3-55-g6feb