aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Shipitsin <chipitsine@gmail.com>2024-02-21 16:53:31 +0100
committerIlya Shipitsin <chipitsine@gmail.com>2024-02-21 16:53:31 +0100
commit43f4827f75c5bbe03b66cbbaea3242ed3d088a91 (patch)
tree33c9ffd3ecd20448a7a9484a41c9cacb72130e9a
parentb9b65324ecda2ed5a54ef425ed527762fcf28fe3 (diff)
downloadportable-43f4827f75c5bbe03b66cbbaea3242ed3d088a91.tar.gz
portable-43f4827f75c5bbe03b66cbbaea3242ed3d088a91.tar.bz2
portable-43f4827f75c5bbe03b66cbbaea3242ed3d088a91.zip
CI: limit scheduled runs to "libressl" org only
this was commited in https://github.com/libressl/portable/pull/995 somehow it was lost, maybe due to force push
-rw-r--r--.github/workflows/linux.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index d48c1e8..180f43c 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -46,6 +46,7 @@ jobs:
46 test-asan: 46 test-asan:
47 name: "ASAN (${{ matrix.asm == 'ON' && 'asm' || 'no-asm' }})" 47 name: "ASAN (${{ matrix.asm == 'ON' && 'asm' || 'no-asm' }})"
48 runs-on: "ubuntu-latest" 48 runs-on: "ubuntu-latest"
49 if: ${{ github.repository_owner == 'libressl' || github.event_name != 'schedule' }}
49 permissions: 50 permissions:
50 contents: read 51 contents: read
51 strategy: 52 strategy: