Skip to content

Commit ffefa3f

Browse files
committed
Fix bors job names
1 parent dbbe424 commit ffefa3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
# ALL THE PREVIOUS JOBS NEED TO BE ADDED TO THE `needs` SECTION OF THIS JOB!
265265

266266
end_success:
267-
name: bors test finished
267+
name: bors build finished
268268
if: github.event.pusher.name == 'bors' && success()
269269
runs-on: ubuntu-18.04
270270
needs: [
@@ -285,7 +285,7 @@ jobs:
285285
run: exit 0
286286

287287
end_failure:
288-
name: bors test finished
288+
name: bors build finished
289289
if: github.event.pusher.name == 'bors' && (failure() || cancelled())
290290
runs-on: ubuntu-18.04
291291
needs: [

0 commit comments

Comments
 (0)