Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit b1f28df

Browse files
committed
Add dependency on other jobs for github releases
1 parent e70f8ee commit b1f28df

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.circleci/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ workflows:
4343
- integration
4444
- unit
4545
- lint
46-
- publish-github-release
47-
# requires:
48-
# - integration
49-
# - unit
50-
# - lint
51-
# filters:
52-
# branches:
53-
# only: master
46+
- publish-github-release:
47+
requires:
48+
- integration
49+
- unit
50+
- lint
51+
# filters:
52+
# branches:
53+
# only: master

0 commit comments

Comments
 (0)