Skip to content

Commit

Permalink
Fix required check job (#50620)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jun 1, 2023
1 parent 8253fa0 commit fa076a3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_and_test.yml
Expand Up @@ -163,8 +163,5 @@ jobs:
runs-on: [self-hosted, linux, x64]
name: thank you, next
steps:
- run: exit 0
if: success()

- run: exit 1
if: failure()
if: ${{ always() && contains(needs.*.result, 'failure') }}

0 comments on commit fa076a3

Please sign in to comment.