Skip to content

Commit

Permalink
Stop building pkgbuild in CI
Browse files Browse the repository at this point in the history
It pins the commit, which makes running it per commit invalid
  • Loading branch information
RealOrangeOne committed Oct 1, 2024
1 parent ba4d3c5 commit 7478993
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,3 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
print_hash: true

makepkg:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Makepkg Build and Check
uses: edlanglois/pkgbuild-action@v1

0 comments on commit 7478993

Please sign in to comment.