Skip to content

Commit

Permalink
Roll toward final BEE handling
Browse files Browse the repository at this point in the history
  • Loading branch information
jgainerdewar committed Oct 22, 2023
1 parent 987fd3a commit 23817c0
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/run_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,20 +127,20 @@ jobs:
"service-account": "${{ needs.init-github-context.outputs.service-account }}",
"silent-on-failure": "false" }'

# destroy-bee-workflow:
# runs-on: ubuntu-latest
# needs: [create-bee-workflow, delete-billing-project-v2-from-bee-workflow]
# if: always()
# permissions:
# contents: 'read'
# id-token: 'write'
# steps:
# - name: dispatch to terra-github-workflows
# uses: broadinstitute/workflow-dispatch@v3
# with:
# workflow: bee-destroy.yaml
# repo: broadinstitute/terra-github-workflows
# ref: refs/heads/main
# token: ${{ env.BROADBOT_TOKEN }}
# inputs: '{ "bee-name": "${{ env.BEE_NAME }}" }'
# wait-for-completion: true
destroy-bee-workflow:
runs-on: ubuntu-latest
needs: [delete-billing-project-v2-from-bee-workflow]
if: always()
permissions:
contents: 'read'
id-token: 'write'
steps:
- name: dispatch to terra-github-workflows
uses: broadinstitute/workflow-dispatch@v3
with:
workflow: bee-destroy.yaml
repo: broadinstitute/terra-github-workflows
ref: refs/heads/main
token: ${{ env.BROADBOT_TOKEN }}
inputs: '{ "bee-name": "${{ env.BEE_NAME }}" }'
wait-for-completion: true

0 comments on commit 23817c0

Please sign in to comment.