Skip to content

Commit 817bb20

Browse files
refactor: change array_map to map in the collection
1 parent 3ce7007 commit 817bb20

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.github/workflows/run-tests-on-databases.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ name: run-tests-on-databases
22

33
on:
44
# todo: retrun on push after correcting configs
5+
# push:
6+
# paths:
7+
# - "**.php"
8+
# - ".github/workflows/run-tests.yml"
9+
# - ".github/workflows/run-tests-on-databases.yml"
10+
# - "phpunit.xml.dist"
11+
# - "composer.json"
12+
# - "composer.lock"
513
workflow_dispatch:
614

715
jobs:

.github/workflows/run-tests.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
name: run-tests
22

33
on:
4-
# todo: retrun on push after correcting configs
4+
# todo: retrun on push after correcting configs
5+
# push:
6+
# paths:
7+
# - "**.php"
8+
# - ".github/workflows/run-tests.yml"
9+
# - ".github/workflows/run-tests-on-databases.yml"
10+
# - "phpunit.xml.dist"
11+
# - "composer.json"
12+
# - "composer.lock"
513
workflow_dispatch:
614

715
jobs:

0 commit comments

Comments
 (0)