Skip to content

Commit

Permalink
ci: make Generate workflow matrix job support trigger from another wo…
Browse files Browse the repository at this point in the history
…rkflow (#2129)
  • Loading branch information
houssain-barouni authored Jul 15, 2024
1 parent 2a334ba commit 337e4c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-integration-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ jobs:
matrix: ${{ steps.generate-workflow-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
# This is needed if the workflow is triggered by workflow_call.
repository: camunda/camunda-platform-helm
ref: ${{ inputs.camunda-helm-git-ref }}
- name: Generate workflow matrix
id: generate-workflow-matrix
env:
Expand Down

0 comments on commit 337e4c8

Please sign in to comment.