From 0051bbe1f55016b0d4fb92eb79a42143b18f99b6 Mon Sep 17 00:00:00 2001 From: Frank van Lankvelt Date: Fri, 10 Jul 2026 13:10:21 +0200 Subject: [PATCH] STAC-0: fix path to repository in github context --- .github/workflows/stackpacks-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stackpacks-ci.yml b/.github/workflows/stackpacks-ci.yml index cda2a19..c10e3a7 100644 --- a/.github/workflows/stackpacks-ci.yml +++ b/.github/workflows/stackpacks-ci.yml @@ -170,8 +170,8 @@ jobs: github.event.pull_request.head.repo.name == 'contrib-stackpacks' && github.event.pull_request.head.repo.owner.login == 'StackVista') || (github.event_name =='push' && - github.event.push.repository.name == 'contrib-stackpacks' && - github.event.push.repository.owner.login == 'StackVista') + github.event.repository.name == 'contrib-stackpacks' && + github.event.repository.owner.login == 'StackVista') ) && (needs.package.result == 'success' || needs.package.result == 'skipped') runs-on: ubuntu-24.04 permissions: