Skip to content

Commit

Permalink
ci: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Apr 27, 2024
1 parent 32e15a8 commit 16ef2da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/arch_pkgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ jobs:
# commit_message: Update package
# ssh_keyscan_types: rsa,dsa,ecdsa,ed25519
# allow_empty_commits: false
# if: ${{ github.event_name != 'pull_request' && needs.changes.outputs.pgkbuild == 'true' }}
publish-to-repo:
if: ${{ github.event_name != 'pull_request' && needs.changes.outputs.pgkbuild == 'true' }}
if: ${{ github.event_name != 'pull_request'}}
runs-on: ubuntu-latest
needs: [build-packages, changes]
container:
Expand Down

0 comments on commit 16ef2da

Please sign in to comment.