From 13cc080410444ea72cceebdd5ea0ae7c23dd2270 Mon Sep 17 00:00:00 2001 From: Almamu Date: Sat, 11 May 2024 22:20:54 +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 26fef87..294f38a 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 --syncdeps \ No newline at end of file + test_flags: --clean --cleanbuild --nodeps --nobuild \ No newline at end of file