mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-05-01 22:51:40 +00:00
more cleanup
This commit is contained in:
parent
27490fce0f
commit
556072243c
1 changed files with 2 additions and 7 deletions
9
.github/workflows/update-pr-artifacts.yml
vendored
9
.github/workflows/update-pr-artifacts.yml
vendored
|
|
@ -1,18 +1,13 @@
|
||||||
name: update-pr-artifacts
|
name: update-pr-artifacts
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows:
|
workflows: [validate-external, validate-internal]
|
||||||
- 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: |
|
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
|
||||||
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')
|
|
||||||
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