diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/rust-openssl.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/rust-openssl.yml b/.github/workflows/rust-openssl.yml index 865219e..6487b47 100644 --- a/.github/workflows/rust-openssl.yml +++ b/.github/workflows/rust-openssl.yml | |||
@@ -14,6 +14,7 @@ jobs: | |||
14 | test: | 14 | test: |
15 | name: "Test" | 15 | name: "Test" |
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: |