Skip to content

Commit 7ec5015

Browse files
authored
Merge pull request #48 from inpsyde/feature/remove-skip-ci-check
Remove "skip ci" check from GitHub Actions workflow file
2 parents 0113fae + 5d71d50 commit 7ec5015

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/php-qa.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ jobs:
44

55
Unit_Tests:
66
runs-on: ubuntu-latest
7-
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
8-
97
strategy:
108
matrix:
119
php: ['7.0', '7.1', '7.2', '7.3', '7.4']
@@ -54,8 +52,6 @@ jobs:
5452

5553
Static_Analisys:
5654
runs-on: ubuntu-latest
57-
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
58-
5955
steps:
6056
- uses: actions/checkout@v2
6157

0 commit comments

Comments
 (0)