From 1174fc041a7dec382c12e754aa69dfd5af613bd9 Mon Sep 17 00:00:00 2001 From: Almamu Date: Sat, 11 May 2024 21:55:12 +0200 Subject: [PATCH] fix: do not run aur update if workflows failed --- .github/workflows/arch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/arch.yml b/.github/workflows/arch.yml index e8218ab..26fef87 100644 --- a/.github/workflows/arch.yml +++ b/.github/workflows/arch.yml @@ -26,4 +26,4 @@ jobs: commit_message: Update AUR package force_push: 'true' test: true - test_flags: --clean --cleanbuild \ No newline at end of file + test_flags: --clean --cleanbuild --syncdeps \ No newline at end of file