-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: prevent duplicate CI tasks on creating a PR
BrowserStack can be flaky when there are multiple concurrent jobs running on it. This commit makes sure that only 1 browser can run concurrently during the `npm run test:client` jobs and that the "Test" GitHub Action workflow is only trigerred once when creating a PR; having the `on: push` configuration made it so that GH triggers two duplicate jobs when a PR is opened.
- Loading branch information
Jonathan Ginsburg
committed
Feb 5, 2022
1 parent
c97e562
commit 653c762
Showing
2 changed files
with
2 additions
and
5 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