Skip to content

Commit

Permalink
Try direct dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
jgainerdewar committed Oct 20, 2023
1 parent e1e0c2f commit 131b541
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/run_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,18 +98,14 @@ jobs:
run-cromwell-az-e2e:
runs-on: ubuntu-latest
needs: [init-github-context, params-gen, create-and-attach-billing-project-to-landing-zone-workflow]
steps:
- name: Run Cromwell E2E tests on Azure
uses: broadinstitute/workflow-dispatch@v3
with:
workflow: cromwell-az-e2e-test.yaml
repo: broadinstitute/dsp-reusable-workflows
ref: ${{ needs.init-github-context.outputs.branch }}
token: ${{ env.BROADBOT_TOKEN }}
inputs: '{
"branch": "${{ needs.init-github-context.outputs.branch }}",
"bee-name": "${{ env.BEE_NAME }}",
"billing-project-name": "${{ needs.params-gen.outputs.project-name }}"}'
permissions:
contents: read
id-token: write
uses: "broadinstitute/dsp-reusable-workflows/.github/workflows/cromwell-az-e2e-test.yaml@${{ needs.init-github-context.outputs.branch }}"
with:
branch: "${{ needs.init-github-context.outputs.branch }}"
bee-name: "${{ env.BEE_NAME }}"
billing-project-name: "${{ needs.params-gen.outputs.project-name }}"

delete-billing-project-v2-from-bee-workflow:
continue-on-error: true
Expand Down

0 comments on commit 131b541

Please sign in to comment.