aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2023-07-23 17:06:55 -0500
committerBrent Cook <busterb@gmail.com>2023-07-23 17:06:55 -0500
commit6472f2881f5d71af6202ffdf8cec877c72d048d9 (patch)
treeda71f73ee947aabd797a4cd766b61bb674cabc17
parent479e85d1fbc90117fab2d568449a288fe97699c9 (diff)
downloadportable-6472f2881f5d71af6202ffdf8cec877c72d048d9.tar.gz
portable-6472f2881f5d71af6202ffdf8cec877c72d048d9.tar.bz2
portable-6472f2881f5d71af6202ffdf8cec877c72d048d9.zip
switch solaris to a daily test
-rw-r--r--.github/workflows/solaris_test.yml5
1 files changed, 4 insertions, 1 deletions
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 @@
1name: solaris_ci 1name: solaris_ci
2 2
3on: [push] 3on:
4 workflow_dispatch:
5 schedule:
6 - cron: "0 0 * * *"
4 7
5jobs: 8jobs:
6 build-native: 9 build-native: