Skip to content

Commit

Permalink
Fix script link --skip-build
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur authored Oct 31, 2020
1 parent 462252c commit 016ee6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
operating-system: [ubuntu-20.04, ubuntu-18.04, ubuntu-16.04]
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
if: "!contains(github.event.head_commit.message, 'skip-build')"
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -115,7 +116,7 @@ jobs:
- name: Release
run: |
set -x
curl -sLO https://github.com/php-ubuntu/releases/latest/download/install.sh
curl -sLO https://github.com/shivammathur/php-ubuntu/releases/latest/download/install.sh
assets=()
for asset in ./builds/*/*; do
assets+=("-a" "$asset")
Expand Down

0 comments on commit 016ee6c

Please sign in to comment.