fix: do not run aur update if workflows failed

This commit is contained in:
Almamu 2024-05-11 20:24:12 +02:00
parent 861a64df63
commit 591c2d13e0

View File

@ -8,12 +8,12 @@ on:
jobs:
publish:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
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