Skip to content

Commit

Permalink
workflows/comment: test
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 committed Oct 21, 2024
1 parent ca7006a commit 7658510
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:

jobs:
pr_comment:
if: ${{ github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' }}
if: github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success' &&
github.event.pull_request.state == 'open'
runs-on: ubuntu-latest
steps:
- env:
Expand Down

0 comments on commit 7658510

Please sign in to comment.