This commit is contained in:
dcvz 2024-08-01 13:56:24 +02:00
parent b965d7b8e2
commit 27490fce0f

View file

@ -1,7 +1,9 @@
name: update-pr-artifacts name: update-pr-artifacts
on: on:
workflow_run: workflow_run:
workflows: [validate-external, validate-internal] workflows:
- validate-external
- validate-internal
types: types:
- completed - completed
jobs: jobs:
@ -10,8 +12,7 @@ jobs:
if: | if: |
github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.conclusion == 'success' &&
(github.event.workflow_run.name == 'validate-external' || (github.event.workflow_run.name == 'validate-external' || github.event.workflow_run.name == 'validate-internal')
github.event.workflow_run.name == 'validate-internal')
name: Update PR Artifacts name: Update PR Artifacts
steps: steps:
- name: Get PR Number - name: Get PR Number