diff options
-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: |