Skip to content

Commit 0944e52

Browse files
committed
TEMP/TESTING
1 parent c168993 commit 0944e52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ labels:
8383
body: 'x\] Bug fix'
8484
- label: "Type: enhancement"
8585
draft: false
86-
body: 'x\] New feature'
86+
body: "x\] New feature"
8787
- label: "Type: documentation"
8888
draft: false
8989
body: 'x\] Documentation improvement'

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
paths-ignore:
88
- '**.md'
99
- '**.xml'
10-
pull_request:
10+
# pull_request:
1111
# Allow manually triggering the workflow.
1212
workflow_dispatch:
1313

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
push:
77
paths-ignore:
88
- '**.md'
9-
pull_request:
9+
# pull_request:
1010
# Allow manually triggering the workflow.
1111
workflow_dispatch:
1212

0 commit comments

Comments
 (0)