Skip to content

Commit

Permalink
Only run integration tests on push
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoopmans committed Sep 20, 2022
1 parent f10dffd commit 6ba7c59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: CI_CD
name: PHP CI/CD

on: [push, pull_request]

Expand Down Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Run test suite
run: vendor/bin/phpunit
Integration_tests:
if: github.event_name == 'push'
runs-on: ${{ matrix.os }}
timeout-minutes: 10
needs: Unit_tests
Expand Down

0 comments on commit 6ba7c59

Please sign in to comment.