This commit is contained in:
Miodec 2022-05-06 23:17:29 +02:00
parent 9b4a833d78
commit 3da1246a38

View file

@ -10,6 +10,7 @@ on:
jobs:
on-failure:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
steps:
- name: Download workflow artifact
uses: dawidd6/action-download-artifact@v2.11.0