From 9cff6efa3133000eb83bd8bc79acef4ea747c9f5 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Wed, 23 Oct 2024 15:47:34 +0300 Subject: [PATCH] change condition to generate AUR and RPM if: inputs.upload_artifacts --- .github/workflows/package_reusable.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package_reusable.yaml b/.github/workflows/package_reusable.yaml index 3f7c866b..12c76821 100644 --- a/.github/workflows/package_reusable.yaml +++ b/.github/workflows/package_reusable.yaml @@ -31,7 +31,7 @@ jobs: cargo install cargo-generate-rpm - name: run cargo aur and generate-rpm - if: matrix.os == 'ubuntu-latest' + if: inputs.upload_artifacts run: | cargo aur cargo generate-rpm