diff options
author | Ilya Shipitsin <chipitsine@gmail.com> | 2024-02-21 16:53:31 +0100 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-03-03 15:32:50 -0600 |
commit | 1fd7e4453a163e7fd3a280dc2108d785b35519f3 (patch) | |
tree | cf08a347be391fdeffb0dd6bf4e72ad936f930bd /.github | |
parent | 33ea4b456dc51557ef16e3d693b330ce72d56265 (diff) | |
download | portable-1fd7e4453a163e7fd3a280dc2108d785b35519f3.tar.gz portable-1fd7e4453a163e7fd3a280dc2108d785b35519f3.tar.bz2 portable-1fd7e4453a163e7fd3a280dc2108d785b35519f3.zip |
CI: limit scheduled runs to "libressl" org only
this was commited in https://github.com/libressl/portable/pull/995
somehow it was lost, maybe due to force push
Diffstat (limited to '.github')
-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: |