Skip to content

Commit 237d655

Browse files
committed
Disable Github action for coding standards (does not work yet with PHP 7.4)
1 parent 2710f1b commit 237d655

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/coding-standards.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: ExtDN M2 Coding Standard
2-
on:
3-
push:
4-
branches:
5-
- master
6-
pull_request:
2+
on: []
3+
# push:
4+
# branches:
5+
# - master
6+
# pull_request:
77

88
jobs:
99
static:

0 commit comments

Comments
 (0)