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}"
|
||||
|
||||
- name: Trigger "Push tagged images" workflow
|
||||
if: steps.check_change.outputs.changed == 'true'
|
||||
uses: actions/github-script@v8.0.0
|
||||
with:
|
||||
script: |
|
||||
|
||||
Reference in New Issue
Block a user