mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-07-13 12:52:32 +08:00
fix: do not run aur update if workflows failed
This commit is contained in:
parent
6fe7d41764
commit
861a64df63
8
.github/workflows/arch.yml
vendored
8
.github/workflows/arch.yml
vendored
@ -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/github-actions-deploy-aur@v2.7.1
|
||||
|
Loading…
Reference in New Issue
Block a user