Skip to content

Commit

Permalink
[UIE-166] Remove can-i-deploy (#4792)
Browse files Browse the repository at this point in the history
  • Loading branch information
nawatts authored Apr 26, 2024
1 parent 2a2f8d0 commit 06f6361
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/publish-pacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,21 +108,3 @@ jobs:
"repo-branch": "${{ needs.setup-and-test.outputs.repo-branch }}",
"release-tag": "${{ needs.setup-and-test.outputs.new-tag }}"
}'

can-i-deploy:
runs-on: ubuntu-latest
needs: [ setup-and-test ]
steps:
- name: Dispatch to terra-github-workflows
uses: broadinstitute/workflow-dispatch@v4.0.0
with:
run-name: "${{ env.CAN_I_DEPLOY_RUN_NAME }}"
workflow: .github/workflows/can-i-deploy.yaml
repo: broadinstitute/terra-github-workflows
ref: refs/heads/main
token: ${{ secrets.BROADBOT_TOKEN }} # github token for access to kick off a job in the private repo
inputs: '{
"run-name": "${{ env.CAN_I_DEPLOY_RUN_NAME }}",
"pacticipant": "terraui",
"version": "${{ needs.setup-and-test.outputs.new-tag }}"
}'

0 comments on commit 06f6361

Please sign in to comment.