From 0605d5669c6cc4b77175220fdf377f4fd6f9f92c Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:15:01 +0100 Subject: [PATCH] build: avoid building the unit tests twice per PR --- .github/workflows/unit.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/unit.yaml b/.github/workflows/unit.yaml index 0069720..68422ed 100644 --- a/.github/workflows/unit.yaml +++ b/.github/workflows/unit.yaml @@ -1,7 +1,10 @@ name: Unit tests on: + workflow_call: push: + branches: + - main pull_request: jobs: