Skip to content

tests/cgroup: on cgroup1 systems, the swap limit is set to limits.memory * 2 #817

tests/cgroup: on cgroup1 systems, the swap limit is set to limits.memory * 2

tests/cgroup: on cgroup1 systems, the swap limit is set to limits.memory * 2 #817

Workflow file for this run

name: Commits
on:
- pull_request
permissions:
contents: read
jobs:
commits:
name: Branch target
runs-on: ubuntu-24.04
steps:
- name: Check branch target
env:
TARGET: ${{ github.event.pull_request.base.ref }}
run: |
set -x
[ "${TARGET}" = "main" ] && exit 0
echo "Invalid branch target: ${TARGET}"
exit 1