Skip to content

Commit

Permalink
fix: Don't run integration tests when a PR is closed
Browse files Browse the repository at this point in the history
Signed-off-by: Lucian Buzzo <lucian.buzzo@gmail.com>
  • Loading branch information
LucianBuzzo committed Jan 30, 2023
1 parent 6fff6f0 commit 2b25093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Integration testing

on:
pull_request:
types: [opened, synchronize, closed]
types: [opened, synchronize]

jobs:
docker_test:
Expand All @@ -27,4 +27,4 @@ jobs:

- name: Run docker compose tests
run: |
npm run test:compose:integration
npm run test:compose:integration

0 comments on commit 2b25093

Please sign in to comment.