Skip to content

Commit

Permalink
upd (BloopAI#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
corest committed Apr 4, 2023
1 parent 3c39a41 commit 4783845
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-on-pr-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ jobs:
report_status:
runs-on: ubuntu-latest
name: Report status of the build
needs: [permissions]
if: always() && needs.permissions.outputs.is-member == 'true'
needs: [permissions, build_tag, build_and_push]
if: always() && needs.permissions.outputs.is-member == 'true'
steps:
- name: pr
id: pr
Expand Down

0 comments on commit 4783845

Please sign in to comment.