Skip to content

Commit 3eb6c62

Browse files
committed
Derp
1 parent e80adf3 commit 3eb6c62

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: CI
2-
on: [push, pull_request]
2+
on: [pull_request]
33
jobs:
44
tests:
55
runs-on: ubuntu-latest
@@ -61,8 +61,6 @@ jobs:
6161
experimental: true
6262

6363
name: PHP ${{ matrix.php }} tests on Sf ${{ matrix.symfony_version }}, phpstan=${{ matrix.stan }}, cs=${{ matrix.cs_fixer }}, unit=${{ matrix.unit_tests }}, func=${{ matrix.functional_tests }}, rdkafka=${{ matrix.rdkafka_tests }}
64-
env:
65-
SYMFONY_VERSION: ${{ matrix.symfony_version }}
6664

6765
steps:
6866
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)