Skip to content

Commit

Permalink
Merge pull request #5642 from gooddata/pb-fix-comment-pr-5
Browse files Browse the repository at this point in the history
fix: use correct comment if statement
  • Loading branch information
ivanmjartan authored Dec 2, 2024
2 parents c592c3d + 838d4fa commit ee4f7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
permissions:
pull-requests: write
needs: [e2e-run,e2e-record]
if: ${{ !cancelled() && startsWith(github.event.comment.body, 'extended-test') }}
if: ${{ !cancelled() && startsWith(github.event.comment.body, 'extended test') }}
runs-on:
group: infra1-runners-arc
labels: runners-small
Expand Down

0 comments on commit ee4f7a7

Please sign in to comment.