Skip to content

Commit

Permalink
workflows: Trigger on all test harness changes
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
amcn committed Feb 14, 2024
1 parent 5007aa2 commit 299bd16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/os_comp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ on:
- "unittests/**"
- ".github/workflows/images.yml"
- ".github/workflows/os_comp.yml"
- "run_unittests.py"
- "run*tests.py"
pull_request:
paths:
- "mesonbuild/**"
- "test cases/**"
- "unittests/**"
- ".github/workflows/images.yml"
- ".github/workflows/os_comp.yml"
- "run_unittests.py"
- "run*tests.py"

permissions:
contents: read
Expand Down

0 comments on commit 299bd16

Please sign in to comment.