diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/solaris.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/solaris.yml b/.github/workflows/solaris.yml index 69ae147..e331e00 100644 --- a/.github/workflows/solaris.yml +++ b/.github/workflows/solaris.yml | |||
@@ -14,6 +14,7 @@ jobs: | |||
14 | test: | 14 | test: |
15 | name: "Solaris" | 15 | name: "Solaris" |
16 | runs-on: ubuntu-latest | 16 | runs-on: ubuntu-latest |
17 | if: ${{ github.repository_owner == 'libressl' || github.event_name != 'schedule' }} | ||
17 | permissions: | 18 | permissions: |
18 | contents: read | 19 | contents: read |
19 | steps: | 20 | steps: |