From 847509e068e6431d4e118751199fc303756d76f6 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Tue, 19 Dec 2023 11:42:48 -0800 Subject: [PATCH] ci: remove unnecessary build param --- .github/workflows/pr-open.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index dce230c..557f8c7 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -74,7 +74,6 @@ jobs: build_context: ${{ matrix.build_context }} keep_versions: 10 package: ${{ matrix.package }} - repository: ${{ matrix.repository }} tag: ${{ github.event.number }} triggers: ${{ matrix.triggers }} tag_fallback: test @@ -126,6 +125,5 @@ jobs: parameters: -p ZONE=${{ github.event.number }} -p NAME=${{ github.event.repository.name }} ${{ matrix.parameters }} - repository: ${{ matrix.repository }} triggers: ${{ matrix.triggers }} verification_path: ${{ matrix.verification_path }}