Skip to content

Commit

Permalink
Parameterize dsp-reusable-workflows branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jgainerdewar committed Oct 26, 2023
1 parent 1ead0b9 commit 86771d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
workflow_dispatch:
inputs:
target-branch:
description: 'Branch name of Cromwell repo to run tests on'
description: 'Branch name of dsp-reusable-workflows repo to run tests on'
required: true
default: 'develop'
default: 'main'
type: string
# Replace user data with seeded data provided by devOps (once available)
owner-subject:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
permissions:
contents: read
id-token: write
uses: "broadinstitute/dsp-reusable-workflows/.github/workflows/cromwell-az-e2e-test.yaml@main"
uses: "broadinstitute/dsp-reusable-workflows/.github/workflows/cromwell-az-e2e-test.yaml@${{ inputs.target-branch }}"
with:
branch: "${{ inputs.target-branch }}"
bee-name: "${{ needs.params-gen.outputs.bee-name }}"
Expand Down

0 comments on commit 86771d7

Please sign in to comment.