Skip to content

Commit

Permalink
Disable AUR git publishing because we got revoked
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Kutner <[email protected]>
  • Loading branch information
jkutner committed Mar 7, 2023
1 parent 07e073a commit 12c37e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/delivery-archlinux-git.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: delivery / archlinux / git

on:
push:
branches:
- main
# push:
# branches:
# - main
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -51,4 +51,4 @@ jobs:
PACK_VERSION: ${{ steps.metadata.outputs.version }}
AUR_KEY: ${{ secrets.AUR_KEY }}
with:
entrypoint: .github/workflows/delivery/archlinux/publish-package.sh
entrypoint: .github/workflows/delivery/archlinux/publish-package.sh

0 comments on commit 12c37e9

Please sign in to comment.