From 21d48bd1047a86aa1a72ba646ce49943a318701a Mon Sep 17 00:00:00 2001 From: delia Date: Wed, 16 Jul 2025 20:19:26 +0200 Subject: [PATCH] Rmove upstream workflow --- .github/workflows/arch.yml | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 .github/workflows/arch.yml diff --git a/.github/workflows/arch.yml b/.github/workflows/arch.yml deleted file mode 100644 index a169855..0000000 --- a/.github/workflows/arch.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: Arch Linux AUR Package Update - -on: - workflow_run: - workflows: [cmake] - branches: [main] - types: [completed] - workflow_dispatch: - push: - branches: [main] - paths: - - 'packaging/archlinux/**' - - '.github/workflows/**' - -jobs: - publish: - if: ${{ github.event.workflow_run.conclusion == 'success' }} - runs-on: ubuntu-latest - steps: - - - name: Checkout - uses: actions/checkout@v2 - with: - submodules: true - - - name: Publish linux-wallpaperengine-git to the AUR - uses: KSXGitHub/github-actions-deploy-aur@v2.7.2 - with: - pkgname: linux-wallpaperengine-git - pkgbuild: ./packaging/archlinux/PKGBUILD - commit_username: ${{ secrets.AUR_USERNAME }} - commit_email: ${{ secrets.AUR_EMAIL }} - ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }} - commit_message: Update AUR package - force_push: 'true' - test: true - test_flags: --clean --cleanbuild --nodeps --nobuild