From 8273a5d5002e658bc7cf9715144b29e8c35ec078 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Thu, 5 Jun 2025 17:16:19 +0100 Subject: [PATCH] CI: Run only in stackhpc repository --- .github/workflows/pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 1cf307a..b7e9022 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -4,6 +4,7 @@ name: Pull request pull_request: jobs: lint: + if: github.repository == 'stackhpc/openstack-config' runs-on: ubuntu-22.04 permissions: {} strategy: