Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit db452a5

Browse files
authored
Fix PR status update (#1336)
<!-- A note on testing your PR --> <!-- Basic unit test run is executed against each commit in the PR. If you want to run a full integration test suite, you can trigger it by commenting with '/run-integration-tests' -->
1 parent 9baea82 commit db452a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949

5050
integration-test-run:
5151
runs-on: ubuntu-latest
52-
needs: [build-quesma-docker-image]
52+
needs: [build-quesma-docker-image, check-comment]
53+
if: ${{ always() && (github.event_name != 'issue_comment' || needs.check-comment.result == 'success') }}
5354
steps:
5455
- uses: actions/checkout@v4
5556
with:

0 commit comments

Comments
 (0)