From c96d62875b9df2ab58c1a7714b3482b23435ed4a Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Thu, 21 Dec 2023 17:45:35 -0500 Subject: [PATCH] fix: only run container test workflow if you are allen Signed-off-by: Devin Buhl --- .github/workflows/container-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/container-test.yaml b/.github/workflows/container-test.yaml index 6093c423..29a6733e 100644 --- a/.github/workflows/container-test.yaml +++ b/.github/workflows/container-test.yaml @@ -9,6 +9,7 @@ on: jobs: test: + if: ${{ github.event.pull_request.head.repo.full_name == 'allenporter/flux-local' }} runs-on: ubuntu-latest permissions: contents: read