mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-05 23:15:08 +08:00
added if
This commit is contained in:
parent
9b4a833d78
commit
3da1246a38
1 changed files with 1 additions and 0 deletions
1
.github/workflows/comment-failed-pr.yml
vendored
1
.github/workflows/comment-failed-pr.yml
vendored
|
|
@ -10,6 +10,7 @@ on:
|
|||
jobs:
|
||||
on-failure:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
|
||||
steps:
|
||||
- name: Download workflow artifact
|
||||
uses: dawidd6/action-download-artifact@v2.11.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue