Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix notification
  • Loading branch information
emmyoop committed May 18, 2023
commit 667e837a2554d7ea1f7826b76da3bb6f7620aade
9 changes: 1 addition & 8 deletions .github/workflows/release-branch-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,7 @@ jobs:
- name: Wait for run to complete
id: monitor-run
run: |
gh run watch ${{ steps.workflow-id.outputs.id }} && notify-send "Run for ${{ matrix.branch }} has completed"
env:
GH_TOKEN: ${{ secrets.FISHTOWN_BOT_PAT }}

- name: Check if run was successful
id: status-check
run: |
gh run view ${{ steps.workflow-id.outputs.id }} --exit-status
gh run watch ${{ steps.workflow-id.outputs.id }} --exit-status
env:
GH_TOKEN: ${{ secrets.FISHTOWN_BOT_PAT }}

Expand Down