Skip to content

Commit

Permalink
n
Browse files Browse the repository at this point in the history
  • Loading branch information
rvykydal committed Mar 22, 2024
1 parent ccfe86b commit 3f2c86b
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,7 +328,8 @@ jobs:
result:
needs: [platform, pr-info]
if: ${{ always() }}
#if: ${{ always() }}
if: ${{ always() && needs.pr-info.outputs.allowed_user == 'true' }}
name: Set result status
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 3f2c86b

Please sign in to comment.