From f7369396752a01191088a3f408f318698d240e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20Mart=C3=ADnez?= Date: Wed, 8 Jan 2025 08:52:18 -0800 Subject: [PATCH] ci.yml: adding a job for branch protection --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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