Skip to content

Commit

Permalink
chore: disable toooooo long test (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfangw committed Oct 28, 2020
1 parent 3cc5353 commit 3c61730
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,13 @@ workflows:
only:
- develop
- /release.*/
- test-sim-multi-seed-long:
requires:
- setup-dependencies
# These filters ensure that the long sim only runs during release
filters:
branches:
only:
- develop
- /release.*/
# disable long. because it is toooooooo long
# - test-sim-multi-seed-long:
# requires:
# - setup-dependencies
# # These filters ensure that the long sim only runs during release
# filters:
# branches:
# only:
# - develop
# - /release.*/

0 comments on commit 3c61730

Please sign in to comment.