Skip to content
Snippets Groups Projects
Commit ffefa3f5 authored by Yuki Okushi's avatar Yuki Okushi
Browse files

Fix bors job names

parent dbbe424d
No related branches found
No related tags found
No related merge requests found
......@@ -264,7 +264,7 @@ jobs:
# ALL THE PREVIOUS JOBS NEED TO BE ADDED TO THE `needs` SECTION OF THIS JOB!
end_success:
name: bors test finished
name: bors build finished
if: github.event.pusher.name == 'bors' && success()
runs-on: ubuntu-18.04
needs: [
......@@ -285,7 +285,7 @@ jobs:
run: exit 0
end_failure:
name: bors test finished
name: bors build finished
if: github.event.pusher.name == 'bors' && (failure() || cancelled())
runs-on: ubuntu-18.04
needs: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment