Skip to content

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
rvykydal committed Mar 22, 2024
1 parent 32e8c48 commit ccfe86b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,13 +328,14 @@ jobs:
result:
needs: [platform, pr-info]
if: ${{ always() }} && needs.pr-info.outputs.allowed_user == 'true'
if: ${{ always() }}
name: Set result status
runs-on: ubuntu-latest
env:
STATUS_NAME: test-platforms
steps:
- name: Show overall status
if: needs.pr-info.outputs.allowed_user == 'true'
uses: octokit/[email protected]
with:
route: 'POST /repos/${{ github.repository }}/statuses/${{ needs.pr-info.outputs.sha }}'
Expand Down

0 comments on commit ccfe86b

Please sign in to comment.