diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d48c1e81d0..180f43cb13 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -46,6 +46,7 @@ jobs: test-asan: name: "ASAN (${{ matrix.asm == 'ON' && 'asm' || 'no-asm' }})" runs-on: "ubuntu-latest" + if: ${{ github.repository_owner == 'libressl' || github.event_name != 'schedule' }} permissions: contents: read strategy: