Skip to content

Commit

Permalink
Move monitor step to perform-release
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Sep 25, 2024
1 parent 2c9465a commit 40280f6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/perform-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,9 @@ jobs:
env:
SUMMARY_URL: ${{ steps.out.outputs.release-workflow-url }}

monitor-central-deployment:
runs-on: ubuntu-latest
needs: perform-release
steps:
- name: Wait for the release workflow to finish
run: |
gh run watch ${RELEASE_WORKFLOW_ID} -R smallrye/smallrye-release --exit-status
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_WORKFLOW_ID: ${{needs.perform-release.outputs.release-workflow-id}}
GH_TOKEN: ${{ steps.app-token.outputs.token }}
RELEASE_WORKFLOW_ID: ${{ steps.out.outputs.release-workflow-id }}

0 comments on commit 40280f6

Please sign in to comment.