From c4874353c428861397af361aaa20536ff027ea65 Mon Sep 17 00:00:00 2001 From: Almamu Date: Sat, 11 May 2024 20:51:23 +0200 Subject: [PATCH] fix: do not run aur update if workflows failed --- .github/workflows/arch.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/arch.yml b/.github/workflows/arch.yml index 7f5d1ce..e8218ab 100644 --- a/.github/workflows/arch.yml +++ b/.github/workflows/arch.yml @@ -25,4 +25,5 @@ jobs: ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }} commit_message: Update AUR package force_push: 'true' - test: true \ No newline at end of file + test: true + test_flags: --clean --cleanbuild \ No newline at end of file