Skip to content

Commit

Permalink
fix(release): fix-pr-checks (webex#322)
Browse files Browse the repository at this point in the history
Co-authored-by: Shreyas Sharma <shreysh2@cisco.com>
  • Loading branch information
Shreyas281299 and ShreyasSharma28 authored Nov 20, 2024
1 parent 3e11c58 commit e01591c
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
# execute the jobs in an orderly manner
workflows:
setup_test_release:
# Runs on PRs and pushes to master
jobs:
- install
- linter:
Expand All @@ -120,31 +121,28 @@ workflows:
- build:
requires:
- linter
filters:
branches:
only:
- master
- eft

- docs:
requires:
- linter
filters:
branches:
only:
- master

- unit_tests:
requires:
- build

- release:
requires:
- build
- docs
filters:
branches:
only: master
- unit_tests:
requires:
- build
filters:
branches:
only: eft


- release_widgets:
requires:
- build
Expand Down

0 comments on commit e01591c

Please sign in to comment.