Skip to content

Commit

Permalink
chore: [#188463509] disable workflows in CircleCI temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
aadedejifearless committed Oct 25, 2024
1 parent f8296cb commit fc5caaf
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -847,22 +847,22 @@ workflows:
requires:
- webflow-licenses-sync

webflow-sync:
jobs:
- sync-fundings:
name: webflow-fundings-sync
filters:
branches:
only:
- /^webflow-sync-.*/
- sync-licenses:
name: webflow-licenses-sync
requires:
- webflow-fundings-sync
- sync-industries:
name: webflow-industries-sync
requires:
- webflow-licenses-sync
# webflow-sync:
# jobs:
# - sync-fundings:
# name: webflow-fundings-sync
# filters:
# branches:
# only:
# - /^webflow-sync-.*/
# - sync-licenses:
# name: webflow-licenses-sync
# requires:
# - webflow-fundings-sync
# - sync-industries:
# name: webflow-industries-sync
# requires:
# - webflow-licenses-sync

webflow-fundings-sync:
jobs:
Expand Down

0 comments on commit fc5caaf

Please sign in to comment.