Skip to content

Commit

Permalink
CI: limit scheduled runs to "libressl" org only
Browse files Browse the repository at this point in the history
this was commited in #995
somehow it was lost, maybe due to force push
  • Loading branch information
chipitsine committed Feb 21, 2024
1 parent b9b6532 commit 43f4827
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 43f4827

Please sign in to comment.