don't run integration tests on PRs

This commit is contained in:
Robert Brignull 2020-05-12 14:53:23 +01:00
parent 15bd158ded
commit c88fb695ab

View file

@ -1,6 +1,6 @@
name: "Integration Testing"
on: [push, pull_request]
on: [push]
jobs:
multi-language-repo_test-autodetect-languages: