We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57d535 commit e32f0bbCopy full SHA for e32f0bb
.github/workflows/code-style.yml
@@ -4,6 +4,8 @@ on: [push]
4
5
jobs:
6
php-cs-fixer:
7
+ if: "!contains(github.event.head_commit.message, 'skip ci')"
8
+
9
runs-on: ubuntu-latest
10
11
steps:
.github/workflows/coverage.yml
@@ -6,7 +6,10 @@ on:
tests:
12
13
name: Unit test coverage
14
15
.github/workflows/tests.yml
@@ -6,6 +6,7 @@ on:
continue-on-error: ${{ matrix.experimental }}
strategy:
0 commit comments