Skip to content

Commit

Permalink
fix: do not run aur update if workflows failed
Browse files Browse the repository at this point in the history
  • Loading branch information
Almamu committed May 11, 2024
1 parent 6fe7d41 commit 861a64d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/arch.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
name: Arch Linux AUR Package Update

on:
push:
branches: ["main"]
workflow_run:
workflows: [cmake]
branches: [main]
types: [completed]

jobs:
publish:
runs-on: ubuntu-latest
steps:

- name: Checkout
uses: actions/checkout@v2
- uses: ahmadnassri/action-workflow-run-wait@v1

- name: Publish parallel-disk-usage to the AUR
uses: KSXGitHub/[email protected]
Expand Down

0 comments on commit 861a64d

Please sign in to comment.