diff options
author | Davey Shafik <davey@php.net> | 2020-10-27 14:03:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 14:03:55 +0000 |
commit | c9095c9715c9bd3c33fd7138218188a0861c238c (patch) | |
tree | 2716241f63935862e2be9a57c376ad4950efb7b7 | |
parent | b974eba602c4064b0758f12aab104bcd59cc5ad6 (diff) | |
download | php7-mysql-shim-c9095c9715c9bd3c33fd7138218188a0861c238c.zip php7-mysql-shim-c9095c9715c9bd3c33fd7138218188a0861c238c.tar.gz php7-mysql-shim-c9095c9715c9bd3c33fd7138218188a0861c238c.tar.bz2 |
Only run on PRs
-rw-r--r-- | .github/workflows/phpunit.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml index 2f6f3a0..4eadbfb 100644 --- a/.github/workflows/phpunit.yaml +++ b/.github/workflows/phpunit.yaml @@ -1,5 +1,5 @@ name: Testing php7-mysql-shim -on: [push, pull_request] +on: [pull_request] env: fail-fast: true jobs: |