mirror of
https://github.com/peter-evans/create-or-update-comment.git
synced 2025-04-08 10:20:14 +08:00
Fix ci workflow
This commit is contained in:
parent
1839cd35e2
commit
093836e1fd
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
target: [built, committed]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- if: matrix.target == 'built'
|
||||
- if: matrix.target == 'built' || github.event_name == 'pull_request'
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: dist
|
||||
|
Loading…
x
Reference in New Issue
Block a user