-
Notifications
You must be signed in to change notification settings - Fork 593
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: dont run ci twice for branch (#1531)
* fix: dont run ci twice for branch Up until recently we never really had a problem with the fact that we were incidentally duplicating CI runs for every PR that was pushed. As our test suite is growing and we're nearing a 2.0 release now is as good a time as any to fix this and ensure we're only running one copy of the integration tests per PR.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters