From 455239240801bc10b201dde1a87519baff77be2a Mon Sep 17 00:00:00 2001 From: Bart Koelman <104792814+bart-vmware@users.noreply.github.com> Date: Mon, 9 Feb 2026 17:53:08 +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 1cc6952..da212dc 100644 --- a/.github/workflows/build-and-stage.yml +++ b/.github/workflows/build-and-stage.yml @@ -6,8 +6,6 @@ on: branches: - main pull_request: - branches: - - main concurrency: group: ${{ github.workflow }}-${{ github.ref }}