We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc5d9b0 commit 15dbceeCopy full SHA for 15dbcee
.github/workflows/comment-on-pr.yaml
@@ -12,6 +12,7 @@ on:
12
jobs:
13
comment:
14
runs-on: ubuntu-latest
15
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
16
steps:
17
- uses: actions/checkout@v2
18
0 commit comments