We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbe424 commit ffefa3fCopy full SHA for ffefa3f
.github/workflows/bors.yml
@@ -264,7 +264,7 @@ jobs:
264
# ALL THE PREVIOUS JOBS NEED TO BE ADDED TO THE `needs` SECTION OF THIS JOB!
265
266
end_success:
267
- name: bors test finished
+ name: bors build finished
268
if: github.event.pusher.name == 'bors' && success()
269
runs-on: ubuntu-18.04
270
needs: [
@@ -285,7 +285,7 @@ jobs:
285
run: exit 0
286
287
end_failure:
288
289
if: github.event.pusher.name == 'bors' && (failure() || cancelled())
290
291
0 commit comments