Skip to content

Commit

Permalink
fix: Pw/disable generate config (#4976)
Browse files Browse the repository at this point in the history
This PR disable the `generate_config` script.
  • Loading branch information
PhilWindle authored Mar 6, 2024
1 parent d0cbd10 commit d7549fe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1326,14 +1326,14 @@ bb_test: &bb_test

# Workflows.
workflows:
setup-workflow:
jobs:
- generate-config: *defaults
# setup-workflow:
# jobs:
# - generate-config: *defaults
system:
when:
# Used to generate a dynamic 'system' workflow
# This is rewritten to 'system' on the real workflow (otherwise this is ignored by circleci)
equal: [NEVER, << pipeline.parameters.workflow >>]
# when:
# # Used to generate a dynamic 'system' workflow
# # This is rewritten to 'system' on the real workflow (otherwise this is ignored by circleci)
# equal: [NEVER, << pipeline.parameters.workflow >>]
jobs:
# Noir
- noir-x86_64: *defaults
Expand Down

0 comments on commit d7549fe

Please sign in to comment.