Skip to content

Commit 4d77852

Browse files
committed
Merge branch 'main' of https://github.com/shivammathur/php-ubuntu into main
2 parents 12f3b5b + 016ee6c commit 4d77852

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
operating-system: [ubuntu-20.04, ubuntu-18.04, ubuntu-16.04]
1212
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
1313
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
14+
if: "!contains(github.event.head_commit.message, 'skip-build')"
1415
steps:
1516
- name: Checkout
1617
uses: actions/checkout@v2

0 commit comments

Comments
 (0)