Skip to content

Commit

Permalink
fixing the pipelines issue
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Jan 22, 2025
1 parent 9141ab7 commit f68236f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ subscriptions:
ignore_labels:
- "Expeditor: Skip Version Bump"
- "Expeditor: Skip All"
- bash:.expeditor/update_version.sh:
only_if: built_in:bump_version
- built_in:update_changelog:
ignore_labels:
- "Expeditor: Skip Changelog"
Expand All @@ -53,6 +51,8 @@ subscriptions:
ignore_labels:
- "Expeditor: Skip Habitat"
- "Expeditor: Skip All"
- bash:.expeditor/update_version.sh:
only_if: built_in:bump_version

Check failure on line 55 in .expeditor/config.yml

View check run for this annotation

Chef Expeditor / Expeditor Config Validation

.expeditor/config.yml#L35-L55

Mixed up pre-commit/post-commit actions. A post commit action happens before a pre-commit

# the habitat chain
- workload: buildkite_hab_build_group_published:{{agent_id}}:*
Expand Down

0 comments on commit f68236f

Please sign in to comment.