We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb9740 commit 802097fCopy full SHA for 802097f
.github/workflows/analyze_comment.yml
@@ -9,9 +9,7 @@ on:
9
jobs:
10
comment:
11
runs-on: ubuntu-latest
12
- if: >
13
- ${{ github.event.workflow_run.event == 'pull_request' &&
14
- github.event.workflow_run.conclusion == 'success' }}
+ if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
15
steps:
16
- name: Download base branch bundle stats
17
uses: dawidd6/action-download-artifact@v3
0 commit comments