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 authored Sep 27, 2020
1 parent 3fd2d66 commit 804e9d7
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 804e9d7

Please sign in to comment.