From c80ece2410064b396baedd2da0bb8484e102a5dd Mon Sep 17 00:00:00 2001 From: Andrew McNulty Date: Wed, 14 Feb 2024 13:42:35 +0000 Subject: workflows: Trigger on all test harness changes The following workflows have been updated so that they are triggered when the any of the test harnesses are updated: macos, os-comp, msys2 Previously only changes to `run_unittests.py` caused these workflows to be executed. --- .github/workflows/macos.yml | 4 ++-- .github/workflows/msys2.yml | 4 ++-- .github/workflows/os_comp.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to '.github') diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index bdc5f20c9..236b9792d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -15,14 +15,14 @@ on: - "test cases/**" - "unittests/**" - ".github/workflows/macos.yml" - - "run_unittests.py" + - "run*tests.py" pull_request: paths: - "mesonbuild/**" - "test cases/**" - "unittests/**" - ".github/workflows/macos.yml" - - "run_unittests.py" + - "run*tests.py" permissions: contents: read diff --git a/.github/workflows/msys2.yml b/.github/workflows/msys2.yml index 0a949e3af..fe28a67ed 100644 --- a/.github/workflows/msys2.yml +++ b/.github/workflows/msys2.yml @@ -15,14 +15,14 @@ on: - "test cases/**" - "unittests/**" - ".github/workflows/msys2.yml" - - "run_unittests.py" + - "run*tests.py" pull_request: paths: - "mesonbuild/**" - "test cases/**" - "unittests/**" - ".github/workflows/msys2.yml" - - "run_unittests.py" + - "run*tests.py" permissions: contents: read diff --git a/.github/workflows/os_comp.yml b/.github/workflows/os_comp.yml index e9f5b7a1c..1d779842e 100644 --- a/.github/workflows/os_comp.yml +++ b/.github/workflows/os_comp.yml @@ -16,7 +16,7 @@ on: - "unittests/**" - ".github/workflows/images.yml" - ".github/workflows/os_comp.yml" - - "run_unittests.py" + - "run*tests.py" pull_request: paths: - "mesonbuild/**" @@ -24,7 +24,7 @@ on: - "unittests/**" - ".github/workflows/images.yml" - ".github/workflows/os_comp.yml" - - "run_unittests.py" + - "run*tests.py" permissions: contents: read -- cgit v1.2.3