You've already forked helm-docker
fix(ci): trigger push tagged images workflow based on condition
This commit is contained in:
@@ -53,6 +53,7 @@ jobs:
|
|||||||
git push origin "${defined_tag}"
|
git push origin "${defined_tag}"
|
||||||
|
|
||||||
- name: Trigger "Push tagged images" workflow
|
- name: Trigger "Push tagged images" workflow
|
||||||
|
if: steps.check_change.outputs.changed == 'true'
|
||||||
uses: actions/github-script@v8.0.0
|
uses: actions/github-script@v8.0.0
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
|||||||
Reference in New Issue
Block a user