more cleanup

This commit is contained in:
dcvz 2024-08-01 14:14:10 +02:00
parent 27490fce0f
commit 556072243c

View file

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