Skip to content

Commit

Permalink
Merge pull request #1667 from buildpacks/jkutner/disable-aur-git
Browse files Browse the repository at this point in the history
Disable AUR git publishing because we got revoked
  • Loading branch information
jkutner committed Mar 7, 2023
2 parents 07e073a + 12c37e9 commit 95c8060
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 95c8060

Please sign in to comment.