We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70de65c commit ff02eb0Copy full SHA for ff02eb0
.github/workflows/integration-tests.yml
@@ -83,7 +83,7 @@ jobs:
83
${{ matrix.docker-service-name }}
84
85
- name: Show container statuses
86
- if: always()
+ if: '!cancelled()'
87
working-directory: docker
88
run: docker compose ps
89
0 commit comments