From cec03fb6e202137fa69c6d873e79dae5e1a29618 Mon Sep 17 00:00:00 2001 From: Almamu Date: Sat, 11 May 2024 20:41:08 +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 f8e7774..7f5d1ce 100644 --- a/.github/workflows/arch.yml +++ b/.github/workflows/arch.yml @@ -24,4 +24,5 @@ jobs: commit_email: ${{ secrets.AUR_EMAIL }} ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }} commit_message: Update AUR package - force_push: 'true' \ No newline at end of file + force_push: 'true' + test: true \ No newline at end of file