diff options
author | Brent Cook <busterb@gmail.com> | 2023-07-23 17:06:55 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-07-23 17:06:55 -0500 |
commit | 6472f2881f5d71af6202ffdf8cec877c72d048d9 (patch) | |
tree | da71f73ee947aabd797a4cd766b61bb674cabc17 | |
parent | 479e85d1fbc90117fab2d568449a288fe97699c9 (diff) | |
download | portable-6472f2881f5d71af6202ffdf8cec877c72d048d9.tar.gz portable-6472f2881f5d71af6202ffdf8cec877c72d048d9.tar.bz2 portable-6472f2881f5d71af6202ffdf8cec877c72d048d9.zip |
switch solaris to a daily test
-rw-r--r-- | .github/workflows/solaris_test.yml | 5 |
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 @@ | |||
1 | name: solaris_ci | 1 | name: solaris_ci |
2 | 2 | ||
3 | on: [push] | 3 | on: |
4 | workflow_dispatch: | ||
5 | schedule: | ||
6 | - cron: "0 0 * * *" | ||
4 | 7 | ||
5 | jobs: | 8 | jobs: |
6 | build-native: | 9 | build-native: |