diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/windows.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a78a1ed..8adb9f9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml | |||
@@ -15,6 +15,7 @@ jobs: | |||
15 | test: | 15 | test: |
16 | name: "${{ matrix.os }}/${{ matrix.arch }} (${{ matrix.generator }})" | 16 | name: "${{ matrix.os }}/${{ matrix.arch }} (${{ matrix.generator }})" |
17 | runs-on: "${{ matrix.os }}" | 17 | runs-on: "${{ matrix.os }}" |
18 | if: ${{ github.repository_owner == 'libressl' || github.event_name != 'schedule' }} | ||
18 | permissions: | 19 | permissions: |
19 | contents: read | 20 | contents: read |
20 | strategy: | 21 | strategy: |