From f2506a267770dca976855ec424d850c0f61c78b2 Mon Sep 17 00:00:00 2001 From: schristoff <28318173+schristoff@users.noreply.github.com> Date: Thu, 15 Feb 2024 10:45:18 -0700 Subject: [PATCH] bug: GHA requiring repository breaks PR integ (#3001) bug: requiring repository breaks PR integ Signed-off-by: Sarah Christoff <28318173+schristoff@users.noreply.github.com> --- .github/workflows/integ-reuseable-workflow.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/integ-reuseable-workflow.yml b/.github/workflows/integ-reuseable-workflow.yml index 699e82e65..c5d34cff0 100644 --- a/.github/workflows/integ-reuseable-workflow.yml +++ b/.github/workflows/integ-reuseable-workflow.yml @@ -8,7 +8,6 @@ on: required: true registry: type: string - required: true default: ghcr.io env: GOVERSION: 1.20.7