From 18bcffd3fede398b267e62c96c71cb8ea5cbec90 Mon Sep 17 00:00:00 2001 From: Bart Koelman <104792814+bart-vmware@users.noreply.github.com> Date: Mon, 9 Feb 2026 17:51:36 +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 ea327f3..cc72710 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 }}