mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-10-30 08:03:03 +00:00
chore(ci): further tweaks to PR description updates (#454)
This commit is contained in:
parent
6598da434e
commit
142b4d021b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-pr-artifacts.yml
vendored
4
.github/workflows/update-pr-artifacts.yml
vendored
|
|
@ -1,13 +1,13 @@
|
||||||
name: update-pr-artifacts
|
name: update-pr-artifacts
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: [validate]
|
workflows: [validate-external, validate-internal]
|
||||||
types:
|
types:
|
||||||
- completed
|
- completed
|
||||||
jobs:
|
jobs:
|
||||||
update-pr-artifacts:
|
update-pr-artifacts:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event.workflow_run.event == 'pull_request'
|
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
|
||||||
name: Update PR Artifacts
|
name: Update PR Artifacts
|
||||||
steps:
|
steps:
|
||||||
- name: Get PR Number
|
- name: Get PR Number
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue