Skip to content

Commit ff02eb0

Browse files
committed
chore: show container statuses only when the previous job isn't canncelled
Part of #13
1 parent 70de65c commit ff02eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
${{ matrix.docker-service-name }}
8484
8585
- name: Show container statuses
86-
if: always()
86+
if: '!cancelled()'
8787
working-directory: docker
8888
run: docker compose ps
8989

0 commit comments

Comments
 (0)