We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9c2137 + 430d3a3 commit 928c78aCopy full SHA for 928c78a
.github/workflows/linux.yml
@@ -46,6 +46,7 @@ jobs:
46
test-asan:
47
name: "ASAN (${{ matrix.asm == 'ON' && 'asm' || 'no-asm' }})"
48
runs-on: "ubuntu-latest"
49
+ if: ${{ github.repository_owner == 'libressl' || github.event_name != 'schedule' }}
50
permissions:
51
contents: read
52
strategy:
0 commit comments