diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60440c439bc..bd84175fffe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,3 +22,10 @@ jobs: nix-build: name: nix uses: ./.github/workflows/nix.yml + + # Branch protection points here + ciok: + runs-on: ubuntu-latest + needs: [build, tests, nix-build] + steps: + - run: exit 0