Skip to content

Commit faa4668

Browse files
committed
-
1 parent d991c5f commit faa4668

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ jobs:
103103
- name: "Run tests"
104104
run: "./vendor/bin/phpunit --coverage-clover coverage.xml"
105105
env:
106-
MONGODB_URI: 'mongodb://127.0.0.1/?replicaSet=rs'
106+
MONGODB_URI: 'mongodb://127.0.0.1/'

.github/workflows/coding-standards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: "Coding Standards"
22

33
on:
4-
push:
5-
pull_request:
4+
#push:
5+
#pull_request:
66

77
env:
88
PHP_VERSION: "8.2"

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Pull Request Labeler"
22
on:
3-
- pull_request_target
3+
#- pull_request_target
44

55
jobs:
66
labeler:

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: "Static Analysis"
22

33
on:
4-
push:
5-
pull_request:
4+
#push:
5+
#pull_request:
66
workflow_call:
77
inputs:
88
ref:

0 commit comments

Comments
 (0)