From 04f0354aae2d3e9bc4df969ae4352ad06e19116f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Thu, 16 Jan 2025 09:57:36 +0100 Subject: [PATCH] FIX test --- .github/workflows/functional.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index e73db57b72..23892bf4d1 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -1,13 +1,13 @@ name: Functional Tests -#on: -# push: -# branches: -# - master -# pull_request: -# branches: -# - master -# - '!checkvalgrind**' +on: + push: + branches: + - master + pull_request: + branches: + - master + - '!checkvalgrind**' concurrency: group: ${{ github.workflow }}-${{ github.ref }}