Skip to content

Commit

Permalink
Update test result step (#52154)
Browse files Browse the repository at this point in the history
Removes usage of custom runner on final step as it's not necessary
  • Loading branch information
ijjk authored and shuding committed Jul 8, 2023
1 parent aab55ce commit 85a0c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
]

if: always()
runs-on: [self-hosted, linux, x64]
runs-on: ubuntu-latest
name: thank you, next
steps:
- run: exit 1
Expand Down

0 comments on commit 85a0c79

Please sign in to comment.