aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
authorIlya Shipitsin <chipitsine@gmail.com>2024-01-14 14:46:52 +0100
committerIlya Shipitsin <chipitsine@gmail.com>2024-01-14 14:46:52 +0100
commit9a84163934f41632c2196fa9b8938394cdf69670 (patch)
treee885a63050ae46f52f539e3a1f583f603070f9f9 /.github/workflows/windows.yml
parente0d67e1e23c93c5a154a942a9a504dcad0a06ded (diff)
downloadportable-9a84163934f41632c2196fa9b8938394cdf69670.tar.gz
portable-9a84163934f41632c2196fa9b8938394cdf69670.tar.bz2
portable-9a84163934f41632c2196fa9b8938394cdf69670.zip
CI: limit scheduled runs to "libressl" org only
Diffstat (limited to '')
-rw-r--r--.github/workflows/windows.yml1
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: