mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-07-13 21:02:34 +08:00
fix: do not run aur update if workflows failed
This commit is contained in:
parent
861a64df63
commit
591c2d13e0
2
.github/workflows/arch.yml
vendored
2
.github/workflows/arch.yml
vendored
@ -8,12 +8,12 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
|
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- uses: ahmadnassri/action-workflow-run-wait@v1
|
|
||||||
|
|
||||||
- name: Publish parallel-disk-usage to the AUR
|
- name: Publish parallel-disk-usage to the AUR
|
||||||
uses: KSXGitHub/github-actions-deploy-aur@v2.7.1
|
uses: KSXGitHub/github-actions-deploy-aur@v2.7.1
|
||||||
|
Loading…
Reference in New Issue
Block a user