diff options
author | Theo Buehler <tb@openbsd.org> | 2024-02-21 16:58:40 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-02-21 16:58:40 +0100 |
commit | 6f9a71bf9c3548fb7b60bb3b544d64497a1f1a2b (patch) | |
tree | 33c9ffd3ecd20448a7a9484a41c9cacb72130e9a | |
parent | b9b65324ecda2ed5a54ef425ed527762fcf28fe3 (diff) | |
parent | 43f4827f75c5bbe03b66cbbaea3242ed3d088a91 (diff) | |
download | portable-6f9a71bf9c3548fb7b60bb3b544d64497a1f1a2b.tar.gz portable-6f9a71bf9c3548fb7b60bb3b544d64497a1f1a2b.tar.bz2 portable-6f9a71bf9c3548fb7b60bb3b544d64497a1f1a2b.zip |
Land #1005: CI: limit scheduled runs to "libressl" org only
-rw-r--r-- | .github/workflows/linux.yml | 1 |
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: |