Skip to content

Commit da3fd83

Browse files
committed
ci: fix condition
1 parent 1486d58 commit da3fd83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/modules-chart-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
dry-run: "${{ inputs.dry-run }}"
7777

7878
- name: "Create Pull Request for a minor/patch update"
79-
if: ${{ !inputs.dry-run && steps.deps-update.outputs.update-type != 'none' && !steps.deps-update.outputs.update-type != 'major' }}
79+
if: ${{ !inputs.dry-run && steps.deps-update.outputs.update-type != 'none' && steps.deps-update.outputs.update-type != 'major' }}
8080
id: minor-pr
8181
uses: peter-evans/create-pull-request@v3
8282
env:

0 commit comments

Comments
 (0)