those CI are not supposed to run in forks (however, if someone wants,
he can enable it personally)
jobs:
build:
runs-on: ubuntu-24.04
+ if: ${{ github.repository_owner == 'haproxy' }}
permissions:
contents: read
packages: write
name: ${{ matrix.suite.client }}
runs-on: ubuntu-24.04
+ if: ${{ github.repository_owner == 'haproxy' }}
steps:
- uses: actions/checkout@v4
jobs:
build:
runs-on: ubuntu-24.04
+ if: ${{ github.repository_owner == 'haproxy' }}
permissions:
contents: read
packages: write
name: ${{ matrix.suite.client }}
runs-on: ubuntu-24.04
+ if: ${{ github.repository_owner == 'haproxy' }}
steps:
- uses: actions/checkout@v4