Skip to content

Commit

Permalink
don't run integration tests on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Brignull committed May 12, 2020
1 parent 15bd158 commit c88fb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-testing.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Integration Testing"

on: [push, pull_request]
on: [push]

jobs:
multi-language-repo_test-autodetect-languages:
Expand Down

0 comments on commit c88fb69

Please sign in to comment.