From 2ea233a28daf4977801a7a91a326db6892a72e8c Mon Sep 17 00:00:00 2001 From: pajlada Date: Mon, 3 May 2021 23:29:47 +0200 Subject: [PATCH] Disable pushing commits to `chatterino2-git` AUR repo (#2738) Fixes #2737 --- .github/workflows/push-aur.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-aur.yml b/.github/workflows/push-aur.yml index 249198e2..07a30f9b 100644 --- a/.github/workflows/push-aur.yml +++ b/.github/workflows/push-aur.yml @@ -19,4 +19,4 @@ jobs: commit_username: chatterino2-ci commit_email: chatterino2-ci@pajlada.com ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }} - dry_run: ${{ github.ref != 'refs/heads/master' }} + dry_run: true