mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-26 22:52:13 +00:00
CI: skip scheduled builds on forks
tracking bleeding edge changes with some rare platforms or modern compilers on scheduled basis is not what usually forks do. let's skip by default in forks, if some fork is interested, it might be enabled locally
This commit is contained in:
parent
6142a3fad7
commit
e3af7f832c
1
.github/workflows/cross-zoo.yml
vendored
1
.github/workflows/cross-zoo.yml
vendored
@ -90,6 +90,7 @@ jobs:
|
||||
}
|
||||
]
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository_owner == 'haproxy' }}
|
||||
steps:
|
||||
- name: install packages
|
||||
run: |
|
||||
|
1
.github/workflows/fedora-rawhide.yml
vendored
1
.github/workflows/fedora-rawhide.yml
vendored
@ -14,6 +14,7 @@ jobs:
|
||||
cc: [ gcc, clang ]
|
||||
name: ${{ matrix.cc }}
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository_owner == 'haproxy' }}
|
||||
container:
|
||||
image: fedora:rawhide
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user