Skip to content

Commit

Permalink
chore: add windows job requirement to releasing (heroku#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
RasPhilCo authored Aug 5, 2020
1 parent 473a33d commit b40b67f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,9 @@ workflows:
filters:
tags: &version_tags
only: /^v.*/
branches:
ignore:
- master
- node12-test: *windows_test
- node10-test: *windows_test
heroku_cli_release:
Expand All @@ -279,10 +282,12 @@ workflows:
tags: &version_tags
only: /^v.*/
- node10-test: *node12_test
- windows-test: *node12_test
- release_tarballs: &release_tarballs
requires:
- node12-test
- node10-test
- windows-test
filters: &master_dev_and_version_tags
tags:
<<: *version_tags
Expand All @@ -304,12 +309,14 @@ workflows:
# requires:
# - node12-test
# - node10-test
# - windows-test
# filters:
# <<: *only_version_tags
- release_snap:
requires:
- node12-test
- node10-test
- windows-test
filters:
<<: *only_version_tags
- invalidate_cdn_cache:
Expand Down

0 comments on commit b40b67f

Please sign in to comment.