Skip to content

Commit

Permalink
Land #1005: CI: limit scheduled runs to "libressl" org only
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Feb 21, 2024
2 parents b9b6532 + 43f4827 commit 6f9a71b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6f9a71b

Please sign in to comment.