From c7856d0120086c8628a14a56555037b950c244bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bruckert?= Date: Sun, 23 Jun 2024 20:39:17 +0100 Subject: [PATCH] Don't run integration tests twice on PR --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index f6b6eac9..a203147a 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -1,6 +1,6 @@ name: Integration tests -on: [push, pull_request_target] +on: [push] jobs: build: