mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-28 13:11:58 +00:00
trigger
This commit is contained in:
parent
b965d7b8e2
commit
27490fce0f
1 changed files with 4 additions and 3 deletions
7
.github/workflows/update-pr-artifacts.yml
vendored
7
.github/workflows/update-pr-artifacts.yml
vendored
|
|
@ -1,7 +1,9 @@
|
|||
name: update-pr-artifacts
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: [validate-external, validate-internal]
|
||||
workflows:
|
||||
- validate-external
|
||||
- validate-internal
|
||||
types:
|
||||
- completed
|
||||
jobs:
|
||||
|
|
@ -10,8 +12,7 @@ jobs:
|
|||
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')
|
||||
(github.event.workflow_run.name == 'validate-external' || github.event.workflow_run.name == 'validate-internal')
|
||||
name: Update PR Artifacts
|
||||
steps:
|
||||
- name: Get PR Number
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue