Skip to content

Commit 5d71d50

Browse files
committed
feat: remove "skip ci" logic from GiHub Actions workflow file
This is no longer necessary, see https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/
1 parent 0113fae commit 5d71d50

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)