From f316a29122a046038cbb7408479f54710ff1e2b3 Mon Sep 17 00:00:00 2001 From: Bart Koelman <104792814+bart-vmware@users.noreply.github.com> Date: Mon, 9 Feb 2026 17:54:16 +0100 Subject: [PATCH] Enable GHA status checks on nested PRs --- .github/workflows/build-and-stage.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-and-stage.yml b/.github/workflows/build-and-stage.yml index c4d87eb..5261c39 100644 --- a/.github/workflows/build-and-stage.yml +++ b/.github/workflows/build-and-stage.yml @@ -5,8 +5,6 @@ on: branches: - main pull_request: - branches: - - main concurrency: group: ${{ github.workflow }}-${{ github.ref }}