Skip to content

Commit df5b9d9

Browse files
committed
ci(Unit Tests): remove the phpcs version from the test job name...
... and disable running the workflow when only an `.xml` file change is `push`ed.
1 parent 289ffb1 commit df5b9d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- master
88
paths-ignore:
99
- "**.md"
10+
- "**.xml"
1011
pull_request:
1112
# Allow manually triggering the workflow.
1213
workflow_dispatch:
@@ -65,7 +66,7 @@ jobs:
6566
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
6667
phpcs_version: ["4.x-dev"]
6768

68-
name: "Test: PHP ${{ matrix.php }} - PHPCS ${{ matrix.phpcs_version }}"
69+
name: "Test: PHP ${{ matrix.php }}"
6970

7071
steps:
7172
- name: Checkout code

0 commit comments

Comments
 (0)